.about-us {
  padding-top: 72px;
  padding-bottom: 45px;
}
.about-us .row {
  gap: 40px;
}
.about-us .col-left {
  width: 500px;
  flex-shrink: 0;
}
.about-us .col-right {
  width: 550px;
}
.about-us__img img {
  display: block;
  width: 100%;
}
.about-us__title {
  margin-bottom: 36px;
}
@media (max-width: 79.99875em) {
  .about-us {
    padding-top: 60px;
    padding-bottom: 25px;
  }
  .about-us .row {
    gap: 0;
  }
  .about-us .col-left {
    width: 400px;
  }
  .about-us .col-right {
    width: unset;
  }
  .about-us__title {
    margin-bottom: 28px;
  }
}
@media (max-width: 61.99875em) {
  .about-us .col-left {
    width: 320px;
  }
}
@media (max-width: 47.99875em) {
  .about-us {
    padding-top: 40px;
    padding-bottom: 16px;
  }
  .about-us .row {
    flex-wrap: wrap;
  }
  .about-us .col-left {
    width: 100%;
  }
  .about-us__img {
    width: 100%;
    margin: 0 auto;
  }
  .about-us__title {
    margin-top: 36px;
    margin-bottom: 12px;
  }
}
@media (max-width: 29.99875em) {
  .about-us {
    padding-top: 0;
  }
  .about-us .col-left {
    padding: 0;
  }
}