.sf-ceo-message {
    background-color: rgb(230, 227, 227);
}
.sf-ceo-message .sfcm-content .section-title h2{
    padding-top: 20px;
}
@media (min-width:992px) {
    .sf-ceo-message .sfcm-content .section-title h2{
        padding-top: 0;
    }

}
.sf-ceo-message .sfcm-two-img-wrapper {
    position: relative;
    margin-bottom: 80px;
}

.sf-ceo-message .sfcm-front-img {
    position: absolute;
    width: 60%;
    top: 50%;
}

.sf-ceo-message .sfcm-front-img img {
    object-fit: cover;
    object-position: top;

}

.sf-ceo-message .sfcm-front-img,
.sf-ceo-message .sfcm-back-img {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.2);
    border: 4px solid #fff;
}

.sf-ceo-message .sfcm-back-img img,
.sf-ceo-message .sfcm-front-img img {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .sf-ceo-message .sfcm-front-img {
        top: 35%;
    }
}

@media (min-width: 992px) {
    .sf-ceo-message .sfcm-front-img {
        left: 10%;
        transform: translate(-50%, -50%);
        max-height: 220px;
        top: 50%;
    }

    .sf-ceo-message .sfcm-two-img-wrapper {
        margin-bottom: 0px;
    }

}