.max-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.harita {
         background-image: url('../img/harita-gri.jpg'); background-size: contain; background-repeat: no-repeat; width: 100%; height: 0; padding-top: 38.64%;
    }

@media (max-width:767px) {
    .mpt-30 {
        padding-top: 30px;
    }
    
    [class|="icon-element"] [class|="info"] [class|="text"] h6 + p {
      text-align: center;}
    
    [class|="icon-element"][class*="-round"] [class|="text"], [class|="icon-element"][class*="-square"] [class|="text"] {
        justify-content: center;
    }
    
    .harita {
         background-size: cover;
        background-position: center;
        padding-top: 50%
    }
}