/* Footer Güvence Bilgileri - Mobil 2 Sütun Düzenleme */
@media (max-width: 767px) {
    /* Footer güvence kutularını 2 sütun yap */
    .footer-ust .col-md-2.column,
    .footer-ust .col-sm-2.column {
        width: 50% !important;
        float: left !important;
        padding: 10px 5px !important;
    }
    
    /* İkonları küçült */
    .footer-ust .reassurances .icon-name {
        font-size: 2em !important;
    }
    
    /* Metin boyutlarını ayarla */
    .footer-ust .reassurances h4 {
        font-size: 11px !important;
        margin: 5px 0 !important;
    }
    
    .footer-ust .reassurances p4 {
        font-size: 9px !important;
    }
}