.about {
  margin: 3.75rem 0;
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: unset;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.about__img {
  width: 37%;
  margin-right: 5.625rem;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.about__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 99%;
}
.about__img > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.about__content {
  width: 100%;
}
.about__title {
  margin-bottom: 1rem;
}
.about__button {
  margin-top: 1rem;
  max-width: 27.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .about {
    margin-top: 35px;
  }
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__img {
    max-width: 370px;
    width: 100%;
    margin-right: unset;
    height: 338px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .about__title {
    margin-bottom: 11.5px;
    max-width: 300px;
  }
  .about__list {
    padding-left: 10px;
  }
  .about__list > li {
    font-size: 12.5px;
    line-height: 20.15px;
  }
  .about__list > li::before {
    content: "";
    width: 6px;
    height: 6px;
  }
  .about__list > li:not(:last-child) {
    margin-bottom: 6px;
  }
  .about__button {
    margin-top: 30px;
  }
}