@media(max-width:575px){
    .logo {
        width: 270px !important;
    }
}
@media(max-width:991px){
    .column{
        flex:0 0 33.33% !important;
        max-width: 33.33% !important;
      }
     
}
@media(max-width:480px){
    .column{
        flex:0 0 50% !important;
        max-width: 50% !important;
      }
}