.l-image-text__image-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-image-text__image-container img {
  border-radius: 10px;
  overflow: hidden;
  width: calc(100% - 30px);
}
@media (max-width: 1599.98px) {
  .l-image-text__image-container img {
    width: 100%;
  }
}
.l-image-text.image-right .l-image-text__image-container {
  justify-content: flex-end;
}
.l-image-text__text-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .l-image-text__text-container {
    margin-top: 25px;
    height: auto;
  }
}
.l-image-text__text-container h3 {
  font-size: 1.875em;
  line-height: 1.33;
  color: #343434;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-wrap: balance;
}
.l-image-text__text-container h3 strong {
  color: #ff6600;
  display: block;
}
@media (max-width: 1599.98px) {
  .l-image-text__text-container h3 {
    font-size: 1.75em;
    line-height: 1.36;
  }
}
.l-image-text__text-container p {
  font-size: 1em;
  line-height: 1.63;
  font-weight: normal;
  color: #343434;
  margin: 0;
}