/*-------------------------------
    Colors
-------------------------------*/
/*-------------------------------
    Fonts
-------------------------------*/
/*-------------------------------
    Common
-------------------------------*/
:root {
  --windowHeight: 100vh;
  --headerHeight: 90px;
  --headerHeightMobile: 84px;
  --headerHeightMobileResources: 138px; }

.c-text-image h2 {
  text-transform: none;
  font-weight: 300;
  margin-bottom: 95px; }
  @media screen and (max-width: 767px) {
    .c-text-image h2 {
      margin-bottom: 10px; } }

.c-text-image__text-img {
  display: flex;
  flex-wrap: wrap; }

.c-text-image__items {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .c-text-image__items {
      width: 100%;
      margin-top: 30px; } }

.c-text-image__info {
  max-width: 390px;
  margin-bottom: 55px;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .c-text-image__info {
      padding-left: 40px;
      padding-right: 15px; } }
  @media screen and (max-width: 767px) {
    .c-text-image__info {
      padding-left: 30px;
      padding-right: 0;
      margin-bottom: 35px; } }
  .c-text-image__info:last-of-type {
    margin-bottom: 0; }
  .c-text-image__info::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 7.15509L9.34017 20L2 12.5525L5.18987 9.39743L9.34017 13.6084L18.8101 4L22 7.15509Z' fill='%23339696'/%3E%3C/svg%3E");
    content: "";
    position: absolute;
    left: -45px;
    top: -3px;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1199px) {
      .c-text-image__info::before {
        left: 0px; } }
    @media screen and (max-width: 767px) {
      .c-text-image__info::before {
        left: -10px; } }
  .c-text-image__info h3 {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 500; }
  .c-text-image__info a {
    font: inherit;
    color: #339696; }

.c-text-image__img-bg {
  width: 608px;
  height: 386px;
  position: absolute;
  top: 370px;
  right: -300px;
  overflow: hidden;
  z-index: 11; }
  @media screen and (max-width: 767px) {
    .c-text-image__img-bg {
      top: auto;
      right: -100px;
      bottom: -70px;
      width: 388px;
      height: 246px; } }
  .c-text-image__img-bg img {
    width: 100%;
    height: auto; }

.c-text-image__img {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .c-text-image__img {
      width: 100%;
      margin-top: 70px; } }
  .c-text-image__img img {
    width: 499px;
    height: 669px;
    object-fit: cover;
    display: table;
    margin-left: auto; }
    @media screen and (max-width: 767px) {
      .c-text-image__img img {
        width: 318px;
        height: 427px;
        margin-right: auto; } }

