.terms {
    max-width: 1136px;
    margin: 3rem auto;
}

.terms h1 span {
    border-bottom: 6px solid #007BFF;
}

.terms h1 {
    color: #343A40;
    font-family: "Inter";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px;
    /* 1 */
    margin-bottom: 1.5rem !important;

}

.terms p {
    color: #4B5563;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 1.5 */
    margin-bottom: 2rem;
}

.terms ul {
    padding-left: 0;
}

.terms ul li {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.10), 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 0px 0px 0px rgba(0, 0, 0, 0.00), 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
    border-radius: 12px;

    margin-bottom: 2rem;
    list-style: none;
    padding: 1.8rem;
    color: #343A40;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 1.625 */

}

.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;
    display: flex;
    align-items: center;
    gap: 10px;
}

.terms ul li svg {
    width: 32px;
    height: 32px;
}

.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;
    color: #343A40;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 1.625 */

}

.sub-ul li::marker {
    font-size: 25px;
    color: #FD7E14;

}

.sub-ul {
    padding-left: 1.8rem !important;
}

.ld {
    background: #F8F9FA;
    border-left: 4px solid #007BFF;
    border-radius: 12px;
    padding: 32px;
}

.ld h5 {
    color: #343A40;
    font-family: "Inter";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 1.333 */
    margin-bottom: 1rem;
}

.ld p {
    color: #343A40;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 1.5 */
}

.ld p:last-child {
    margin-bottom: 0;
}

.ld h5 svg {
    height: 24px;
    width: 25px;
}
@media(min-width:575px) and (max-width:992px){
    .terms h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .terms{
        margin: 2rem auto;
    }
}
@media(max-width:575px) {
    .terms {
        margin: 1.5rem auto;
    }

    .terms h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .terms ul li {
        margin-bottom: 1.5rem;
        padding: 1.2rem;
    }
    .ld{
        padding: 1rem !important;
    }
    .ldfp{
        margin-bottom: .8rem !important;
    }
}