.c-only > .s-2-col {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
}

.c-only > .s-2-col > .s-col {
   flex-basis: 49.07339%;
   overflow: hidden;
}

.c-only > .s-2-col img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
    object-fit: contain;
    max-width: 100%;
}


.c-only > .s-2-col > .s-spacing {
    min-width: 40px;
}

@media screen and (max-width: 991px) {
    .c-only > .s-2-col {
        flex-direction: column;
    }

    .c-only > .s-2-col > .s-spacing {
        min-width: 30px;
    }
}
