.title-section {
  font-size: 3rem;
  font-weight: 600;
  color: #001194;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1536.98px) {
  .title-section {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .title-section {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .title-section {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 991.98px) {
  .title-section {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767.98px) {
  .title-section {
    font-size: 1.5625rem;
  }
}
@media (max-width: 767.98px) {
  .title-section {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

.welcome-text {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.welcome-text__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.welcome-text__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.welcome-text__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome-text:first-child {
  padding-top: 40px;
}
.welcome-text .title-section {
  margin-bottom: 20px;
}
.welcome-text__desc {
  font-size: 1.125rem;
  color: #707070;
}
@media screen and (max-width: 1536.98px) {
  .welcome-text__desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .welcome-text__desc {
    font-size: 0.875rem;
  }
}
.welcome-text__desc p {
  margin-bottom: 0;
}
.welcome-text__image-holder {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .welcome-text__image-holder {
    margin-top: 50px;
  }
}
.welcome-text__image-list {
  margin-bottom: 30px;
}

.content-repeater__list {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.content-repeater__list:first-child {
  padding-top: 0;
}
.content-repeater__list:last-child {
  padding-bottom: 0;
}
.content-repeater__list .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 1536.98px) {
  .content-repeater__list .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1440.98px) {
  .content-repeater__list .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .content-repeater__list .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.98px) {
  .content-repeater__list .title {
    font-size: 1.125rem;
  }
}
.content-repeater__list .desc {
  font-size: 1.125rem;
  color: #707070;
}
@media screen and (max-width: 1536.98px) {
  .content-repeater__list .desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .content-repeater__list .desc {
    font-size: 0.875rem;
  }
}
.content-repeater .col-layout {
  overflow: hidden;
}
.content-repeater .col-layout__text-holder {
  background-color: #F0F5FF;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.content-repeater .col-layout__image-container {
  display: block;
  height: 75vh;
}
.content-repeater .col-layout__image {
  padding-left: 0;
  padding-right: 0;
}
.content-repeater .col-layout__image-picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-repeater .col-layout__text {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.content-repeater .full-layout__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.content-repeater .full-layout__image-container:before {
  content: "";
  display: block;
  padding-top: 70.4545454545%;
}
.content-repeater .full-layout__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.content-repeater .full-layout__text-holder {
  width: 675px;
  padding: 80px 60px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.content-repeater.additional-section .content-repeater__list {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .content-repeater .col-layout__text {
    padding-left: calc((100vw - 960px) / 2 + 12px);
  }
}
@media (min-width: 1200px) {
  .content-repeater .col-layout__text {
    padding-left: calc((100vw - 1140px) / 2 + 12px);
  }
}
@media (min-width: 1400px) {
  .content-repeater .col-layout__text {
    padding-left: calc((100vw - 1320px) / 2 + 12px);
  }
}
@media (min-width: 1680px) {
  .content-repeater .col-layout__text {
    padding-left: calc((100vw - 1600px) / 2 + 12px);
  }
}
@media (max-width: 1199.98px) {
  .content-repeater .full-layout__text-holder {
    padding: 40px;
  }
  .content-repeater .col-layout__image-container {
    height: 68vw;
  }
  .content-repeater.additional-section .col-layout__text {
    padding-left: 60px;
  }
}
@media (max-width: 991.98px) {
  .content-repeater .full-layout__image-container {
    height: 500px;
  }
  .content-repeater .full-layout__text-holder {
    padding: 50px;
  }
  .content-repeater .col-layout__text {
    position: static;
    transform: none;
    padding-left: 40px;
    padding-right: 30px;
  }
  .content-repeater.additional-section .col-layout__text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .content-repeater__list {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .content-repeater__list .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .content-repeater .col-layout__text {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .content-repeater .col-layout__image-container {
    height: 90vw;
  }
  .content-repeater .full-layout__image-container {
    height: auto;
  }
  .content-repeater .full-layout__text-holder {
    position: relative;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    padding: 30px;
    margin-top: -100px;
  }
}
@media (max-width: 479.98px) {
  .content-repeater .full-layout__text-holder {
    padding-left: 15px;
    padding-right: 15px;
    width: 92%;
  }
  .content-repeater .col-layout__text {
    padding-left: 26px;
    padding-right: 26px;
  }
  .content-repeater.additional-section .col-layout__text {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (max-width: 320.98px) {
  .content-repeater .full-layout__text-holder {
    width: 100%;
    margin-top: 0;
  }
}

/*# sourceMappingURL=about.css.map*/