.l-image-text__container {
  display: flex;
  gap: 30px;
  align-items: center;
}
.l-image-text__container.right {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .l-image-text__container.right {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .l-image-text__container {
    flex-direction: column;
  }
}
.l-image-text__image {
  width: calc(50% - 15px);
  height: 648px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1649.98px) {
  .l-image-text__image {
    height: 518.4px;
  }
}
@media (max-width: 1199.98px) {
  .l-image-text__image {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  .l-image-text__image {
    width: calc(100% + 40px);
    height: 320px;
  }
}
@media (max-width: 575.98px) {
  .l-image-text__image {
    height: 266px;
  }
}
.l-image-text__image img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 767.98px) {
  .l-image-text__image img {
    border-radius: 0;
  }
}
.l-image-text__content {
  width: calc(50% - 15px);
  padding: 0 130px;
}
@media (max-width: 1649.98px) {
  .l-image-text__content {
    padding: 0 104px;
  }
}
@media (max-width: 1199.98px) {
  .l-image-text__content {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .l-image-text__content {
    width: 100%;
  }
}
.l-image-text h2 {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 2.25em;
  font-weight: 900;
  color: #4a4a4a;
  padding-right: 120px;
  margin-bottom: 28px;
}
@media (max-width: 1649.98px) {
  .l-image-text h2 {
    font-size: 1.8em;
    padding-right: 96px;
  }
}
@media (max-width: 767.98px) {
  .l-image-text h2 {
    font-size: 1.625em;
    padding-right: 100px;
  }
}
.l-image-text__text {
  color: #343434;
  font-family: "Inter", sans-serif;
  font-size: 1em;
  line-height: 1.63;
}
@media (max-width: 1649.98px) {
  .l-image-text__text {
    font-size: 0.875em;
  }
}
@media (max-width: 767.98px) {
  .l-image-text__text {
    font-size: 0.75em;
    line-height: 2;
  }
}