.terms_wrapper__content p {
    margin-top: 1rem !important;
    color: var(--black-color);
    font-size: 18px;
}

.terms_wrapper__content ul li {
    font-size: 18px;
    margin-bottom: 12px;
}

.terms_wrapper__content p a {
    color: var(--main-color);
}

.terms_wrapper__content ul {
    margin-top: 1rem;
    padding-left: 2rem !important;
}

.terms_wrapper__content li {
    list-style: disc !important;
}

@media(max-width:768px) {
    .terms_wrapper {
        padding: 20px 0 50px 0;
    }

    .terms_wrapper__content p,
    .terms_wrapper__content ul li {
        font-size: 16px;
        margin-top: 5px !important;
        line-height: 24px;
    }
    .terms_wrapper__content ul li {
        margin-bottom: 7px;
    }

    .terms_wrapper__content ul {
        margin-top: 5px;
    }
}