@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300&family=Mulish:wght@200;400;600;800&display=swap");

.tos h1 {
    padding-top: 60px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    color: #FFFFFF;
}

.tos h5 {
    padding-top: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

.tos-details p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #90B4B4;
}

.tos-details {
    padding-top: 40px;
    padding-bottom: 60px;

}

.gap {
    background-color: black;
    height: 100px;
    width: 100px;
}

.accordion-main-sec {
    margin-top: 1rem;
    padding: 1.4rem;
    /* margin: 0 120px; */
    display: flex;
    background: #18191C;
    border-radius: 20px;

}

.acc-questions {
    width: 40%;
    padding: 2rem;
    border-right: 1px solid #123130;
    /* flex: 50%; */
}

.acc-answers {
    padding-top: 20px;
    width: 60%;
    padding: 2rem;
    /* border-left: 1px solid rgb(62, 48, 48); */
}

@media screen and (max-width: 576px) {

    .acc-questions {
        width: 100%;
        padding: 2rem;
        border-bottom: 1px solid #123130;
        border-right: transparent;
        /* flex: 50%; */
    }

    .acc-answers {
        padding-top: 20px;
        width: 100%;
        padding: 2rem;
        /* border-left: 1px solid rgb(62, 48, 48); */
    }

}

.acc-answers h1 {
    padding-top: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.acc-answers p {
    padding-top: 20px;
    margin-top: 1rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    /* 1 */

    color: #90B4B4;
}


.acc-questions li {
    padding-top: 20px;
    cursor: pointer;
    margin-top: 10px;
    list-style-type: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

li:active {
    color: #69F7FF !important;
}

.active {
    color: #69F7FF !important;
}