@media only screen and (max-width:767px) {
    h1 {
         font-size: 32px !important;
         line-height: 42px !important;
    }
}
@media only screen and (max-width: 767px) {
    .vc_row {
        background-image: url('MOBIL_ICIN_YUKLEDEGINIZ_GORSEL_LINKI') !important;
        background-size: cover !important;
    }
}
@media only screen and (max-width: 767px) {
    /* Başlığı görünür yapıp taşmasını ve dikey sıkışmasını düzeltiyoruz */
    .vc_custom_heading {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .vc_custom_heading * {
        font-size: 28px !important;
        line-height: 1.3 !important;
        word-wrap: break-word !important;
    }
}