.l-image-text {
  margin: 20px auto;
}
.l-image-text__content {
  height: 100%;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.63;
  color: #343434;
}
@media (max-width: 991.98px) {
  .l-image-text__content {
    margin-bottom: 30px;
    font-size: 0.875em;
    line-height: 1.71;
  }
}
.l-image-text__image-container {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .l-image-text__image-container {
    border-radius: 10px;
  }
}
.l-image-text__image {
  width: 100%;
  height: 100%;
}