.gotowosc-content {
    width: 100%;
}
.answer-for-question-rule {
    max-width: 600px;
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}
.rules-list-info {
    color: black;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
}
.rules-list-div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 900px) {
    .rules-list-div ol {
        flex-wrap: wrap !important;
    }
    .rules-list-div ol li {
        width: 48%;
    }
}

@media screen and (max-width: 650px) {
    .rules-list-div ol li {
        width: 90%;
        min-width: 280px;
        max-width: 400px;
    }
}

@media screen and (max-width: 450px) {
    .rules-list-div ol li {
        width: 100%;
    }
}

.rules-list-div ol {
    list-style: none;
    font-size: 18px;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 10px 0 10px 0;
    padding: 5px;
    font-weight: 300;
    color: #2c2c2c;
}
.rules-list-div li {
    width: 33.3%;
    min-height: 200px;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 1.2px;
    padding: 25px 20px 20px 20px;
    box-shadow: #1bc8b0 0 0 5px;
    border-radius: 12px;
}

.button-show-forms, .button-show-forms-2 {
    width: 100%;
    min-height: 40px;
    position: relative;
}

#button-forms-handle, #button-forms-handle-2 {
    min-width: 200px;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    border-top-color: rgb(220, 220, 220);
    border-right-color: rgb(220, 220, 220);
    border-bottom-color: rgb(220, 220, 220);
    border-left-color: rgb(220, 220, 220);
    padding: 10px 15px;
    background-color: #1bc8b0;
    color: #fff;
    font-size: 24px;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    border-color: #1bc8b0;
    line-height: 17px;
    text-align: center;
    text-align: center;
}
#button-forms-handle:hover, #button-forms-handle-2:hover {
    opacity: 0.7;
}

.button-connection-status {
    max-width: 300px;
    text-align: center;
    position: absolute;
    top: 100%;
    color: red;
    font-size: 14px;
    letter-spacing: 1px;
}
