@media only screen and (max-width: 1400px) { 

}

@media only screen and (max-width: 1200px) { 
    .navbar {
        border-radius: 0;
    }
}

@media only screen and (max-width: 992px) {  
    #section-info .info-square {
        border-radius: 0 !important;
    }
    #section-equipment {
        background: #333 url('../img/section-equipment.jpg') no-repeat center center / cover;
    }
    #section-equipment::before {
    background-image: none;
    background-color: rgba(42, 147, 201, .5);
}
}

@media only screen and (max-width: 768px) { 
    #section-header {
        min-height: 500px;
    }
    .address-block {
        display: none;
    }
}

@media only screen and (max-width: 576px) { 
    #section-header {
        background-position: 72% 0;
    }
    .phone-block .phone-icon {
        display: none;
    }
}