/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/
.fb-ig-ads {
    --color-blue: #32363d;
}

.web-redesign {
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.web-redesign .section__list li {
    --color: initial;
}

.seo {
    --padding: clamp(5em, 15vw, 5em);
    background-image: url('/wp-content/uploads/casestudy-metropol-seo-section-bg.jpg');
    background-repeat: no-repeat;
    background-position: center 12vh;
    background-size: cover;
    color: white;
    padding-bottom: var(--padding);
}

.seo img {
    box-shadow: 0 0 5px -2px rgba(0,0,0, .5);
}


/*--------------------------------------------------------------
# Media Query Styles
--------------------------------------------------------------*/
@media all and ( min-width: 1400px ) {
    .seo {
        background-position: center 20vh;
    }
}