.s-message {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 24px 0;
    position: relative;
}

@media screen and (min-width: 768px) {
    .s-message {
        margin: 80px 0;
    }
}

.s-message__wrap {
    background: #f1f1f1;
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .s-message__wrap {
        padding: 80px 0;
    } 
}

.s-message .container {
    max-width: 1348px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .s-message-split {
        column-count: 2;
        column-gap: 40px;
    }    
}

.s-message__author {
    display: flex;
    align-items: center;
    gap: 36px;
}

.acf-block-preview .s-message__author img,
.s-message__author img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
}

@media screen and (min-width: 768px) {
    .acf-block-preview .s-message__author img,
    .s-message__author img {
        width: 125px;
        height: 125px;
    }  
}