.about {
  padding: 56px 0 38px;
  background: #eef6fd;
}

.about__top {
  display: grid;
  grid-template-columns: 239px 1fr;
  gap: 41px;
  padding: 0 32px;
}

/* Целое фото; кадр 239×252 берётся с высоты --portrait-y (у каждой страницы своя, как в оригинале) */
.about__portrait {
  width: 239px;
  height: 252px;
  margin-top: 5px;
  object-fit: cover;
  object-position: 50% var(--portrait-y, 12.3%);
}

.about__heading {
  margin-bottom: 36px;
  font: 400 28px/34px var(--font-head);
}

.about__intro {
  font-size: 17px;
  line-height: 22.1px;
  text-align: justify;
}

.about__bottom {
  display: grid;
  grid-template-columns: 604px 268px;
  justify-content: space-between;
  margin: 66px 32px 0;
  padding: 38px 0 27px;
  border-top: 1px dashed #94989c;
  border-bottom: 1px dashed #94989c;
  line-height: 23.8px;
}

.about__body {
  text-align: justify;
}

.about__photo {
  margin-top: -2px;
}

.about__action {
  margin-top: 28px;
  text-align: center;
}

.about__button {
  width: 352px;
  height: 48px;
}

@media (max-width: 979px) {
  .about {
    padding: 25px 0 26px;
  }

  .about__top {
    display: block;
    padding: 0 10px;
    text-align: center;
  }

  .about__portrait {
    width: 100%;
    height: 286px;
    margin: 0;
    object-fit: cover;
  }

  .about__heading {
    margin: 25px 0 21px;
    font-size: 20px;
    line-height: 24px;
  }

  .about__intro {
    font-size: 15px;
    line-height: 19.5px;
    text-align: center;
  }

  .about__bottom {
    display: flex;
    flex-direction: column;
    margin: 28px 10px 0;
    padding: 0;
    border: 0;
    font-size: 15px;
    line-height: 21px;
  }

  .about__photo {
    order: -1;
    width: 100%;
    height: 268px;
    margin: 0 0 25px;
    object-fit: cover;
  }

  .about__body {
    text-align: center;
  }

  .about__action {
    margin-top: 34px;
  }

  .about__button {
    width: min(263px, 100%);
    height: 51px;
    font-size: 12px;
  }
}

/* Страницы услуг: точечная линия сверху, другие отступы нижнего блока, кнопка выше (только десктоп) */
@media (min-width: 980px) {
  .about--service {
    border-top: 1px dotted #b6bec7;
  }

  .about--service {
    min-height: var(--h, 878px);
    height: var(--h, auto);
  }

  .about--service .about__bottom {
    margin-top: 47px;
    padding: 39px 0 34px;
  }

  .about--service .about__button {
    height: 55px;
  }
}
