@media (min-width:960px) {

.MainContener {
max-width:1400px !important;
}

.ibsk-tile__photo-frame {
        height: 240px !important;
width: 180px !important;
} 

.choosen-services-container {
flex-basis: 52% !important; 
}
}

@media (max-width: 960px) {
.ibsk-tile__photo-frame {
        height: 90px !important;
    width: 70px !important;
} 

.Navigation {
display: none !important;
}
}