@media only screen and (max-device-width : 640px) {
    img.mw-100 {
        width: 49%;
    }
    #font-fix{
        font-size: 34px;
    }
}

@media (min-width: 768px) {
.cta-section-05__wrapper {
    background: #ef3137;
}
}