.about-main {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .about-main {
    margin-bottom: 32px;
  }
}
.about-main__container {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 764px) {
  .about-main__container {
    flex-direction: column;
  }
}
.about-main__image {
  border: 1px solid #eaecf0;
  border-radius: 8px;
  overflow: hidden;
  width: 480px;
  flex-shrink: 0;
}
.about-main__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .about-main__image {
    width: 320px;
    height: 320px;
  }
}
@media screen and (max-width: 864px) {
  .about-main__image {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 764px) {
  .about-main__image {
    width: 100%;
  }
}
.about-main__caption {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #0f62fe;
}
.about-main__title {
  margin-bottom: 36px;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: #111928;
}
@media screen and (max-width: 764px) {
  .about-main__title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.about-main__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}/*# sourceMappingURL=style.css.map */