.about__top,
.page-view--about__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.2rem;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .about__top,
  .page-view--about__top {
    flex-direction: column;
    row-gap: 1.5rem;
    align-items: flex-start;
  }
}
.about__top span,
.page-view--about__top span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--sky);
}
.about__content,
.page-view--about__content {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 992px) {
  .about__content,
  .page-view--about__content {
    flex-direction: column;
  }
}
.about .field--name-field-nashi-preimushchestva,
.page-view--about .field--name-field-nashi-preimushchestva {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.about .field--name-field-nashi-preimushchestva > .field__item,
.page-view--about .field--name-field-nashi-preimushchestva > .field__item {
  display: flex;
  column-gap: 0.6rem;
}
.about .field--name-field-nashi-preimushchestva > .field__item::before,
.page-view--about .field--name-field-nashi-preimushchestva > .field__item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #0093d2;
  transform: translateY(0.6rem);
  flex-shrink: 0;
}
.about .field--name-field-about-subtitle,
.page-view--about .field--name-field-about-subtitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--black);
  margin-bottom: 0.6rem;
}
.about .field--name-field-about-text,
.page-view--about .field--name-field-about-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.12rem;
  color: var(--black);
}
.about .field--name-field-about-img,
.page-view--about .field--name-field-about-img {
  aspect-ratio: 1 / 1.5;
  width: 31%;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .about .field--name-field-about-img,
  .page-view--about .field--name-field-about-img {
    width: 100%;
    border-radius: 1.5rem;
  }
}
.about .field--name-field-about-img img,
.page-view--about .field--name-field-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.about {
  padding-top: 5.6rem;
  padding-bottom: 5rem;
}
.page-view--about main {
  padding-top: 5.6rem;
  padding-bottom: 5rem;
}
.page-view--about .field--name-node-link {
  display: none;
}
