.history-page {
  font-family: 'Formular', Arial, sans-serif;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

.history-page section > *:first-child {
  margin-top: 0;
}

.history-page section > *:last-child {
  margin-bottom: 0;
}

.history-page section {
  margin-bottom: 50px;
}

.history-page h2 {
  margin: 0 0 20px;
  font-weight: 600;
  color: #009fe3;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.23;
}

.history-page p {
  margin: 20px 0 30px;
  font-weight: 300;
  color: #000;
  font-size: 20px;
  line-height: 1.55;
}

.history-page p b {
  font-weight: 700;
}

.history-page .cols-2 {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}

.history-page .cols-2 > * {
  width: 50%;
}

.history-page .cols-2 img {
  width: 100%;
  height: auto;
}

.history-page .cols-2__text > *:first-child {
  margin-top: 0;
}

.history-page .cols-2__text > *:last-child {
  margin-bottom: 0;
}

.history-page figure {
  position: relative;
  margin: 0 0 50px;
}

.history-page figure img {
  width: 100%;
  height: auto;
}

.history-page figure figcaption {
  position: absolute;
  bottom: 30px;
  left: 40px;
}

.history-page figure figcaption p {
  margin: 0;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  text-shadow: #000 0px 0px 4px;
  max-width: 780px;
}

.history-page ul {
  padding-left: 55px;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 300;
  list-style: unset !important;
}

.history-page p + ul {
  margin-top: -20px;
}

.history-page ul li {
  display: list-item !important;
}

.history-page ul li::marker {
  color: #009fe3;
}

.history-page .acceptance {
  display: flex;
  gap: 40px;
}

.history-page .acceptance__col {
  display: flex;
  width: 50%;
  gap: 20px;
}

.history-page .acceptance__image {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.history-page .acceptance__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.history-page .acceptance__text p {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 968px) {
  .history-page .cols-2 {
    flex-direction: column;
    gap: 30px;
  }

  .history-page .cols-2__text, .history-page .cols-2__img {
    width: 100%;
  }

  .history-page .cols-2__img {
    order: 0;
  }
  .history-page .cols-2__text {
    order: 1;
  }

  .history-page figure figcaption {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .history-page figure figcaption p {
    margin: 20px 0 30px;
    font-weight: 300;
    color: #000;
    font-size: 20px;
    line-height: 1.55;
    text-shadow: none;
  }

  .history-page .acceptance {
    flex-direction: column;
    gap: 20px;
  }

  .history-page .acceptance__col {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .history-page h2 {
    font-size: 28px;
  }

  .history-page p {
    font-size: 18px;
  }

  .history-page ul {
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.55;
  }
}
