.image-text-fully-customizable .heading-section h3 {
    margin-top: 0 !important;
}

@media only screen and (min-width: 850px) {
    .image-text-fully-customizable .section-wrapper {
        flex-direction: row;
    }
}

@media only screen and (max-width: 850px) {
    .image-text-fully-customizable .section-wrapper {
        flex-direction: column;
    }

    .image-text-fully-customizable .section-wrapper.image-right {
        flex-direction: column-reverse;
    }

}