    #title {
    margin-top: 100px;
    font-size: 5.5vw;
    color: black;
    text-align: center;
    margin-bottom: 30px;
}

.faqContainer {
    background-color: black;
    margin-bottom: 6px;
}

.answer {
    margin-bottom: 40px;
    color: black;
    font-family: 'Overpass';
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 18px;
}

.answerContainer {
    display: none;
    font-size: 19pt;
    left: 4%;
    position: relative;
    width: 90%;
    height: auto;
    padding-bottom: 19px;
}

#faqsContainer {
    margin-bottom: 100px;
}

.plus {
    width: fit-content;
    float: right;
    font-size: 4vw;
    position: relative;
    margin-top: -4.5%;
    margin-right: 3%;
    cursor: pointer;
    color: white;
}

.question {
    width: fit-content;
    max-width: 85%;
    font-size: 2.8vw;
    padding-top: 30px;
    padding-bottom: 18px;
    margin-left: 4%;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Overpass';
    color: white;
}

#content {
    font-family: 'TodaySHOP';
}

.minus {
    width: fit-content;
    float: right;
    font-size: 5vw;
    position: relative;
    margin-top: -5.3%;
    margin-right: 3.4%;
    cursor: pointer;
    color: black;
}

@media screen and (max-width: 768px) {
    #title {
        font-size: 38pt;
        margin-top: 25px
    }
    .question {
        font-size: 18px;
        max-width: 80%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .answer {
        margin-top: 5px;
    }
    .plus {
        font-size: 28px;
        top: -21px;
    }
    .minus {
        font-size: 38px;
        top: -24px;
    }
    .answerContainer {
        font-size: 10pt;
    }