section.page-content {
    padding: 0 0 120px 0;
}

.page-content h1 {
    position: relative;
    padding: 80px 0 0 0;
    margin: 0 0 80px 0;
}

.page-content h1:before {
    display: block;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    background: #f2f9ff;
    height: 110%;
    z-index: -1;
}

.page-content h2 {
    margin: 0 0 60px 0;
    font-size: 1.3rem;
}

section.flexible-page {
    padding: 0;
}

.contact-page h2 {
    margin: 0 0 30px 0;
}

.heading-move {
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.heading-move h3 {
    color: #7C7C7C;
}

.service-card {
    box-shadow: 1px 1px 5px 0px #aaa;
    padding-bottom: 15px;
}
.service-card figure {
    position: relative;
    background-position: center center;
    background-size: cover;
    padding: 1rem 4rem;
}
.service-card h3 {
    margin-top: 1rem; 
}

.blog-card {
    padding: 1rem;
    box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
    margin-bottom: 2rem;
}

.blog-card figure {
    position: relative;
    padding-bottom: 75%;
}

.blog-card figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card p {
    margin-bottom: .5rem;
    font-size: 1rem;
}

.blog-page figure img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .service-card {
        margin-bottom: 30px;
    }
}