.before-results-section {
    margin: 150px 0;
}

.before-results-section .section-title h2 {
    color: #000;
    font-size: 66px;
    font-weight: 600;
    letter-spacing: -2.64px;
    line-height: normal;
    margin-bottom: 0;
}

.before-results-section .section-title h2 span {
    display: block;
    color: #000;
    font-size: 74px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -2.22px;
}

.before-results-section .section-title {
    max-width: 100% !important;
}

.before-results-section .btn-group {
    text-align: right;
    margin-top: 80px;
}

.before-results-section .btn-group a.btn {
    border-radius: 0;
    min-width: 240px;
    color: #111;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.52px;
    text-transform: capitalize;
    border-color: var(--clay);
    background-color: var(--clay);
}

.before-results-section .btn-group a.btn:hover {
    background-color: #111;
    border-color: #111;
    color: #fff;
}

@media only screen and (max-width:1199px) {
    .everything-shifts-sec {
        overflow: hidden;
    }

    .before-results-section {
        margin: 60px 0;
    }

    .before-results-section .section-title h2 span {
        font-size: 60px;
        letter-spacing: normal;
        margin-bottom: 5px;
    }

    .before-results-section .section-title h2 {
        font-size: 50px;
        letter-spacing: normal;
    }

    .before-results-section .section-title {
        max-width: 650px;
    }

    .before-results-section .btn-group {
        margin-top: 60px;
    }

    .before-results-section .btn-group a.btn {
        font-size: 22px;
        line-height: 36px;
        min-width: 190px;
        padding: 10px 24px;
    }
}

@media only screen and (max-width:991px) {
    .before-results-section {
        margin: 40px 0;
    }

    .before-results-section .section-title h2 span {
        font-size: 50px;
    }

    .before-results-section .section-title h2 {
        font-size: 44px;
    }

    .before-results-section .btn-group {
        margin-top: 40px;
    }
}

@media only screen and (max-width:767px) {
    .before-results-section .section-title h2 span {
        font-size: 34px;
    }

    .before-results-section .section-title h2 {
        font-size: 30px;
    }

    .before-results-section .btn-group {
        margin-top: 30px;
    }

    .before-results-section .btn-group a.btn {
        font-size: 16px;
        min-width: 130px;
        line-height: normal;
        padding: 12px 24px;
    }
}