.page-content14 {
  background-color: var(--SECONDARY_MINOR_COLOR);
}
.page-content14__container {
  padding: 40px 20px;
  margin: 0 auto;
}

.page-content14__top,
.page-content14__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.page-content14__top-left,
.page-content14__bottom-left {
  padding: 60px 40px 60px 40px;
  margin-bottom: 40px;
  max-width: 550px;
  color: var(--SECONDARY_MINOR_COLOR);
  position: relative;
  z-index: 1;
}

.page-content14__top-left::after,
.page-content14__bottom-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--SECONDARY_MAJOR_COLOR);
  opacity: 0.6;
  z-index: -1;
  pointer-events: none;
}

.page-content14__top-left-title,
.page-content14__bottom-left-title {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  z-index: 1;
}

.page-content14__top-left-text,
.page-content14__bottom-left-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  z-index: 1;
}

.page-content14__top-right,
.page-content14__bottom-right {
  max-width: 800px;
  color: var(--SECONDARY_MAJOR_COLOR);
}

.page-content14__top-right p,
.page-content14__bottom-right p {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
}

.page-content14__top-right-img,
.page-content14__bottom-right-img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.page-content14__top-right-second-parag {
  margin-top: 20px;
}

.page-content14__bottom-left {
  margin-top: 20px;
}

.page-content14__bottom-left::after {
  opacity: 0.4;
}

@media (min-width: 768px) {
  .page-content14__top-left-title,
  .page-content14__bottom-left-title {
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
  }
  .page-content14__top-left-text,
  .page-content14__bottom-left-text {
    font-weight: bold;
    font-size: 21px;
    line-height: 120%;
  }
  .page-content14__top-right p,
  .page-content14__bottom-right p {
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
  }
}

@media (min-width: 992px) {
  .page-content14__container {
    padding: 117px 40px;
    max-width: var(--CONTAINER_WIDTH);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .page-content14__top,
  .page-content14__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-content14__top-left,
  .page-content14__bottom-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    min-height: 788px;
    margin: 0;
  }
  .page-content14__top-left-title,
  .page-content14__bottom-left-title {
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
  }
  .page-content14__top-left-text,
  .page-content14__bottom-left-text {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
  }
  .page-content14__top-right,
  .page-content14__bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 788px;
    padding: 0 20px;
  }
  .page-content14__top-right-img,
  .page-content14__bottom-right-img {
    margin: 20px 0 20px 0;
  }
  .page-content14__top-right p,
  .page-content14__bottom-right p {
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
  }
}
/*# sourceMappingURL=page_content14.css.map */
