.main {
  position: relative;
}

.partners {
  margin-top: 56px;
}

.about {
  margin-top: 72px;
}
.about .section-content {
  flex-direction: row;
  gap: 28px;
  align-items: flex-start;
}
.about__text {
  margin-top: 17px;
}
.about__title {
  margin-top: 31px;
  font-family: "Muller", sans-serif;
}
.about__photo {
  max-width: 40.94rem;
  width: 100%;
  display: flex;
  flex-shrink: 0;
}

.programs {
  margin-top: 56px;
}
.programs .text-15 {
  margin-top: 16px;
}
.programs .text-15--2 {
  margin-top: 24px;
}
.programs .grid-2 {
  margin-top: 24px;
}
.programs-element {
  background: #edf1f2;
  display: flex;
  flex-direction: column;
  min-height: 506px;
}
.programs-element__photo {
  position: relative;
  width: 100%;
}
.programs-element-content {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.programs-element__title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
  font-family: "Muller", sans-serif;
}
.programs-element__text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 32px;
}
.programs-element__link {
  margin-top: auto;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #e64d3d;
}/*# sourceMappingURL=education.css.map */