.terms-condition-section {
    background-color: var(--fv-primary-bg-color);
    padding: 80px 0;
}
.terms-condition-section .section-heading h2 {
    text-align: left;
}
.terms-content {
    padding: 80px 0;
    max-width: 50%;
}
.terms-content .content-text {
    margin-bottom: 1rem;
}
.terms-content .content-text h4 {
    font-size: 1.25rem;
    color: var(--fv-green-dark-color);
    font-weight: 500;
}
@media (max-width: 1024px) {
    .terms-content {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .terms-condition-section .section-heading h2 {
        word-wrap: break-word;
    }
    .terms-content .content-text h4 {
        text-align: left;
    }
    .terms-condition-section,.terms-content {
        padding: 40px 0;
    }
}