h1 {
  margin-bottom: 58px;
}

.section-history-hero {
  margin-bottom: 90px;
}

.section-history-list {
  margin-bottom: 136px;
}

.history-hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
  border-radius: 50px;
  padding-left: 127px;
  padding-right: 127px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.history-hero__content {
  width: 50%;
  padding-top: 67px;
  padding-bottom: 67px;
}

.history-hero__content .h2 {
  margin-bottom: 16px;
}

.history-hero__content p + p {
  margin-top: 18px;
}

.history-hero__content p {
  max-width: 560px;
}

.history-hero__img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.history-hero__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.history-list__wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  row-gap: 50px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-columns: (calc(33.3333333333% - 20px))[3];
  grid-template-columns: repeat(3, calc(33.3333333333% - 20px));
}

.history-list__item-img {
  background-color: #d9d9d9;
  border-radius: 30px;
  overflow: hidden;
  height: 299px;
  margin-bottom: 38px;
}

.history-list__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.history-list__item-title {
  margin-bottom: 25px;
}

.history-list__item-title .h3 {
  text-align: center;
}

@media screen and (max-width: 1199px) {
  h1 {
    margin-bottom: 38px;
  }

  .section-history-hero {
    margin-bottom: 59px;
  }

  .section-history-list {
    margin-bottom: 88px;
  }

  .history-hero__wrapper {
    padding-right: 0;
    padding-left: 78px;
  }

  .history-hero__content {
    padding-right: 34px;
  }

  .history-list__wrapper {
    row-gap: 40px;
    -ms-grid-columns: (calc(50% - 15px))[2];
    grid-template-columns: repeat(2, calc(50% - 15px));
  }

  .history-list__item-img {
    height: 274px;
    margin-bottom: 31px;
  }

  .history-list__item-title {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 1023px) {
  .section-history-hero {
    margin-bottom: 51px;
  }

  .history-hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 67px 0;
  }

  .history-hero__content {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }

  .history-hero__img {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .history-hero__img img {
    max-height: 340px;
  }

  .history-list__item-img {
    height: 209px;
    margin-bottom: 27px;
  }

  .history-list__item-title {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .section-history-hero {
    margin-bottom: 37px;
  }

  .section-history-list {
    margin-bottom: 60px;
  }

  .history-hero__wrapper {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    padding-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .history-hero__content {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .history-hero__img img {
    max-height: 340px;
  }

  .history-list__wrapper {
    -ms-grid-columns: (calc(100% - 0px))[1];
    grid-template-columns: repeat(1, calc(100% - 0px));
  }

  .history-list__item-img {
    height: auto;
    margin-bottom: 29px;
  }

  .history-list__item-title {
    margin-bottom: 14px;
  }
}