

.case-study-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 475px;
}

.case-study-subheading {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

.c-verification-text {
    font-size: 24px;
    line-height: 30px;
    display: inline;
}

.c-verification-input {
    display: inline;
    width: 180px;
}

.c-verification-wrap {
    margin-top: 35px;
}

.c-verification-alert {
    font-weight: bold;
    margin-top: -10px;
}

@media screen and (max-width: 767px){
    .case-study-bg {
        height: 325px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .services-grid-web, .services-grid-seo, .reviews-grid {
        grid-template-columns: 1fr;
    }
}


@media screen and (max-width: 767px) {
    .case-study-bg {
        height: 225px;
    }
}