@media screen and (max-width:2400px){
.container{max-width:1325px}
}
@media screen and (max-width:1390px){

}
@media screen and (max-width:767px){
  .altr_list .row .col-md-6:nth-child(1){order: 1;}
  .altr_list .row .col-md-6:nth-child(1) .img_block{max-width: 580px; height: 300px;}
  .altr_list .row .col-md-6:nth-child(2){order: 2; padding: 1rem;}

  .altr_list .img_block::before,
.altr_list .img_block::after{ width: 80px; height: 30px; }
}
