.paragraph--type--image-text {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .paragraph--type--image-text {
    padding: 40px 0;
  }
}
.paragraph--type--image-text .image-text-items {
  max-width: 1410px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .paragraph--type--image-text .image-text-items {
    width: 90%;
  }
}

.image-text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  position: relative;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .image-text-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-bottom: 60px;
    padding-top: 40px;
  }
}
.image-text-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 6px;
  background-color: #FFCB3D;
}
@media (max-width: 1024px) {
  .image-text-item::after {
    width: 100%;
  }
}
.image-text-item:last-child {
  margin-bottom: 0;
}
.image-text-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.image-text-item:nth-child(even)::after {
  right: auto;
  left: 0;
}
.image-text-item:nth-child(even) .it-content-wrapper {
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 1024px) {
  .image-text-item:nth-child(even) .it-content-wrapper {
    padding-right: 0;
  }
}
.image-text-item:nth-child(even) .it-image-wrapper::before {
  -webkit-transform: translate(-40%, -55%);
          transform: translate(-40%, -55%);
}
@media (max-width: 1024px) {
  .image-text-item:nth-child(even) .it-image-wrapper::before {
    -webkit-transform: translate(-49%, -47%);
            transform: translate(-49%, -47%);
  }
}
.image-text-item .it-image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .image-text-item .it-image-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 80%;
    margin-bottom: 40px;
  }
}
.image-text-item .it-image-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -55%);
          transform: translate(-60%, -55%);
  width: 450px;
  height: 450px;
  background-color: #FFCB3D;
  border-radius: 50%;
  z-index: 0;
}
@media (max-width: 1024px) {
  .image-text-item .it-image-wrapper::before {
    width: 325px;
    height: 325px;
    -webkit-transform: translate(-52%, -47%);
            transform: translate(-52%, -47%);
  }
}
.image-text-item .it-image-wrapper .field-it-image, .image-text-item .it-image-wrapper .image, .image-text-item .it-image-wrapper .field--name-field-it-image {
  position: relative;
  z-index: 1;
}
.image-text-item .it-image-wrapper .field-it-image img, .image-text-item .it-image-wrapper .image img, .image-text-item .it-image-wrapper .field--name-field-it-image img {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .image-text-item .it-image-wrapper .field-it-image img, .image-text-item .it-image-wrapper .image img, .image-text-item .it-image-wrapper .field--name-field-it-image img {
    width: 250px;
    height: 250px;
  }
}
.image-text-item .it-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 80px;
}
@media (max-width: 1024px) {
  .image-text-item .it-content-wrapper {
    padding-left: 0;
  }
}
.image-text-item .it-content-wrapper .it-title {
  font-size: 48px;
  font-weight: 700;
  color: #1A2035;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .image-text-item .it-content-wrapper .it-title {
    font-size: 36px;
  }
}
.image-text-item .it-content-wrapper .it-text {
  font-size: 19px;
  line-height: 1.5;
  color: #404557;
  opacity: 0.8;
}
.image-text-item .it-content-wrapper .it-text p {
  margin-bottom: 20px;
}
.image-text-item .it-content-wrapper .it-text p:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=image-text.css.map */
