.terms h1 {
    margin-bottom: 30px;
}
.terms {
    border-bottom: 1px solid #282828;
    padding: 60px 0;
}

.terms-content .container {
    max-width: 936px !important;
}
.terms-content {
    padding: 20px 0 60px;
}
.terms-content h4 {
    margin-bottom: 20px;
    margin-top: 50px;
}

.terms-email a {
    font-size: 70px;
    font-family: 'StudioFeixenEdgy';
    font-weight: 600;
    font-feature-settings: "ss05";
    letter-spacing: -0.06em;
    line-height: 1;
    display: inline-block;
}

.terms-email {
    border-top: 1px solid #282828;
    padding: 60px 0;
}

@media(max-width:1024px){
    .terms-email a {
        font-size: 46px;
    }
}
@media(max-width:767px){
    .terms-email {
        padding: 40px 0;
    }
    .terms-email a {
        font-size: 36px;
    }
    .terms {
        padding: 40px 0;
    }
    .terms-content h4 {
        margin-top: 30px;
    }
}