

@media screen and (max-width: 1170px) {
      .about img {
          min-height: 170px;
    width: 100%;
    max-width: 100vw;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover; }
  
  

  .about {
    padding: 0; }
    .about-content {
      padding: 15px; }
    .about #about-slider .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
   
  