.terms {
    max-width: 1000px;
    margin: 2rem auto;
}

.terms h3 {
    font-weight: 600;
    margin: 0 0 1.5rem 0;
}

.terms h5 {
    font-weight: 600;
    margin: 1.5rem 0;
}

.terms p {
    margin-bottom: .3rem;
}

.bx {
    background: #FFFFFF;
    box-shadow: 0 2px 7px -1px #ddd;
    border-radius: 8px;
    margin-bottom: 2rem;
    list-style: none;
    padding: 1.8rem;
}

@media(max-width:768px) {
    .bx {
        margin-bottom: 1rem;
    }

    .terms {
        margin: 1rem auto !important;
    }
}

.sec {
    background-image: url('../../assets/img/termsbg.png');
    background-repeat: no-repeat;
    background-size: cover
}

.terms {
    max-width: 1000px;
    margin: 2rem auto;
}

.terms ul {
    padding-left: 0;
}

.terms ul li {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 0px rgba(0, 0, 0, 0.00), 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
    border-radius: 8px;
    margin-bottom: 2rem;
    list-style: none;
    padding: 1.8rem;
}

.terms ul li h5 {
    color: #343A40;
    /* font-family: "Inter"; */
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 1.333 */
    margin-bottom: 1rem;
}

.terms ul li p {
    color: #343A40;
    /* font-family: "Inter"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 1.5 */

}

.sub-ul li {
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    list-style-type: disc !important;
}

.sub-ul {
    padding-left: 1rem !important;
}

.lp {
    color: #343A40;
    /* font-family: "Inter"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 1.5 */
}

@media(max-width:768px) {
    .terms ul li {
        margin-bottom: 1.3rem !important;
    }

    .terms {
        margin: 1rem auto !important;
    }
}