#content {
  overflow: hidden;
}

.block-education {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  z-index: 0;
}

.block-education::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  translate: -50% 0;
  z-index: -1;
  pointer-events: none;
  background: url(../../../images/block/education/block-education.jpg);
  background-size: cover;
}

.block-education__header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.block-education__header::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: '';
  border-bottom: 3px solid #2d77c2;
  width: 220px;
}

.block-education__title {
  font-size: 40px;
  font-weight: 800;
  line-height: 46.88px;
  margin-right: auto;
}

.block-education__title span {
  font-size: 40px;
  font-weight: 800;
  line-height: 46.88px;
  color: #2d77c2;
}

.block-education__more {
  margin-top: 40px;
}

.block-education__description {
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  color: #2d77c2;
  margin-bottom: 40px;
}

.block-education__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 992px) {
  .block-education__items {
    flex-direction: row;
    gap: 48px;
  }
}

.block-education__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  flex-grow: 1;
}

.block-education__item span {
  white-space: nowrap;
}
