.terms-policy-container {
    width: 100%;
}

.terms-policy-cover {
    background-color: #859E7E;
    text-align: center;
    width: 100%;
    padding: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.terms-policy-title h1 {
    font-size: 2rem;
    color: #fff;
}

.terms-policy-section {
    width: 80%;
    margin-bottom: 5%;
}

.terms-policy-container h2 {
    font-size: 1.5rem;
}

.terms-policy-container h3 {
    font-size: 1.4rem;
}

.terms-policy-container h4 {
    font-size: 1.3rem;
}

.terms-policy-container h5 {
    font-size: 1.2rem;
}

.terms-policy-container h6 {
    font-size: 1.1rem;
}

.space-between {
    margin-bottom: 5%;
}

@media screen and (max-width:970px) {
    .terms-policy-cover {
        margin-top: 0%;
    }
    .terms-policy-section {
        width: 90%;
    }
}
