.terms_of_use_section {
    background-image: url(../images/terms/terms.png);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    margin-top: 115px;
}

.terms_of_use_box {
    margin-bottom: 80px;
}

.terms_of_use_box p {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.47;
    text-align: left;
    color: #000000;
    text-align: justify;
}

.terms_of_use_box h3 {
    font-family: "Arial";
    font-size: 19px;
    font-weight: 400;
    line-height: 1.47;
    text-align: left;
    color: #000000;
    text-align: justify;
}

.terms_of_use_box p a {
    color: #007bff;
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .privacy_policy_box h3 {
        text-align: left;
    }
    .terms_of_use_box p {
        text-align: left;
    }
}