.image-holder {
    position: relative;
}

.image-holder .section-image {
    z-index: 20;
    position: relative;
    max-width: 100%;
    height: auto;
    border-radius: 50px;
}


.image-holder span {
    position: relative;
    display: inline-block;
}

.image-holder span:before {
    color: var(--icon-color);
    font-size: 380px;
    position: absolute;
    top: 0;
    left: -50px;
}

.inner-page .hero-right img {
    border-radius: 50%;
}

.inner-page .hero-right img.google-static-map {
    border-radius: 6px;
}

.section__body .image-holder {
    padding-top: 40px;
}

.section__body .image-holder span:before {
    z-index: 5;
}

.section__body .image-holder .section-image {
    z-index: 4;
}

.section__col--first .image-holder {
    padding-right: 30px;
}

.section__col--first .image-holder span:before {
    left: auto;
    right: -40px;
    top: -40px;
}

.section__col--last .image-holder {
    text-align: right;
    padding-right: 30px;
}

.section__col--last .image-holder span:before {
    left: auto;
    top: auto;
    right: -40px;
    bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .image-holder span:before {
        font-size: 200px;
    }
}