.atop {
  display: flex;
}
.atop__img {
  width: 419px;
  height: 189px;
  margin-right: 69px;
}
.atop-content {
  display: flex;
  flex-direction: column;
}
.atop__description {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  margin-top: 24px;
}
.acontent {
  margin-top: 38px;
}
.acontent__title {
  margin-bottom: 24px;
}
.acontent__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  width: 830px;
}

@media (max-width: 980px) {
  .acontent__text {
    width: 100%;
    font-size: 16px;
  }
  .atop__img {
    width: 280px;
    margin-right: 30px;
  }
  .atop__description {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
  .atop__img {
    display: none;
  }
}/*# sourceMappingURL=about.css.map */