.hidden {
    display: none;
}

.s1 {
    height: max-content;
}

.s1-top-white {
    background-color: white;
    height: 200px;
}

.s1-bar {
    background-color: #27293C;
    color: white;
    text-align: center;
    font-family: RobotoBold;
    font-size: 25px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s1-text {
    background: url("../images/faq/s1-text.png") center/contain no-repeat;
    height: 30px;
    margin: 20px 0 40px 0;
}

.s2 {
    padding: 0 3vh;
}

.s2-category1, .s2-category2, .s2-category3, .s2-category4 {
    height: 90px;
    cursor: pointer;
}

.s2-category1 {
    background: url("../images/faq/general-questions.png") center/contain no-repeat;
}

.s2-category2 {
    background: url("../images/faq/before-installation.png") center/contain no-repeat;
}

.s2-category3 {
    background: url("../images/faq/during-installation.png") center/contain no-repeat;
}

.s2-category4 {
    background: url("../images/faq/after-installation.png") center/contain no-repeat;
}

.questions {
    background-color: #27293C;
    color: white;
    width: 52%;
    font-family: RobotoBold;
    padding: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.questions-area {
    display: none;
    justify-content: center;
}

.answers-area {
    display: none;
    justify-content: center;
}

.answers {
    background-color: white;
    color: black;
    width: 52%;
    font-family: RobotoBold;
    padding: 20px;
    display: flex;
    align-items: center;
}

.answer10 {
    flex-direction: column;
}

.s4 {
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3vh 0 7vh 0;
}

.s4-text1 {
    font-family: Roboto;
    font-size: 20px;
    text-align: center;
    color: #27293C;
}

.s4-link a {
    color: #27293C;
    font-family: Poppins;
    text-align: center;
}

@media screen and (min-width:3201px) {
    .questions, .answers {
        width: 30%;
    }
}

@media screen and (max-width:3200px) {
    .questions, .answers {
        width: 34%;
    }
}

@media screen and (max-width:3000px) {
    .questions, .answers {
        width: 35%;
    }
}

@media screen and (max-width:2900px) {
    .questions, .answers {
        width: 37%;
    }
}

@media screen and (max-width:2500px) {
    .questions, .answers {
        width: 44%;
    }
}

@media screen and (max-width:2300px) {
    .questions, .answers {
        width: 49%;
    }
}

@media screen and (max-width:2160px) {
    .questions, .answers {
        width: 49%;
    }
}

@media screen and (max-width:1700px) {
    .questions, .answers {
        width: 62%;
    }
}

@media screen and (max-width:1700px) {
    .questions, .answers {
        width: 62%;
    }
}

@media screen and (max-width:1600px) {
    .questions, .answers {
        width: 65%;
    }
}

@media screen and (max-width:1500px) {
    .questions, .answers {
        width: 71%;
    }
}

@media screen and (max-width:1400px) {
    .questions, .answers {
        width: 77%;
    }
}

@media screen and (max-width:1300px) {
    .questions, .answers {
        width: 83%;
    }
}

@media screen and (max-width:1200px) {
    .questions, .answers {
        width: 90%;
    }
}

@media screen and (max-width:1100px) {
    .questions, .answers {
        width: 98%;
    }
}

@media screen and (max-width:600px) {
    .questions, .answers {
        font-size: 13px;
    }
}

@media screen and (max-width:500px) {
    .s2 {
        padding: 0;
    }
}