.terms-conditions.container {
    /*padding: 88px 80px 140px 80px !important;*/
    padding-top: 88px !important;
    padding-bottom: 140px !important;
}

.terms-conditions h4 {
    margin-top: 40px;
    margin-bottom: 8px;
}

@media screen and (min-width: 1500px) {
    .terms-conditions.container {
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 1024px) {
    .terms-conditions.container {
        /*padding: 64px 40px 128px 40px !important;*/
        padding-top: 64px !important;
        padding-bottom: 128px !important;
    }
}

@media screen and (max-width: 768px) {
    .terms-conditions.container {
        /*padding: 32px 16px 104px 16px !important;*/
        padding-top: 32px !important;
        padding-bottom: 104px !important;
    }

    .terms-conditions h4 {
        margin-top: 24px;
    }
}

.terms-conditions .title--circle:after {
    left: 925px;
}

@media screen and (max-width: 1024px) {
    .terms-conditions .title--circle:after {
        left: 400px;
    }
}

@media screen and (max-width: 768px) {
    .terms-conditions .title--circle {
        max-width: 330px;
        font-size: 28px !important;
    }

    .terms-conditions .title--circle:after {
        right: auto;
        left: 200px;
    }
}
