.lp-text-left-img {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 900px) {
  .lp-text-left-img {
    flex-direction: row;
    align-items: center;
    gap: inherit;
  }

  .lp-text-left-img.revert {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1072px) {
  .lp-text-left-img {
    padding: 0;
  }
}

.lp-text-left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lp-text-left-img .lp-text-left-img_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 900px) {
  .lp-text-left-img .lp-text-left-img_content {
    gap: 24px;
  }
}

.lp-text-left-img .lp-text-left-img_content h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.lp-text-left-img .lp-text-left-img_content div p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.lp-text-left-img .lp-text-left-img_content div p strong {
  font-weight: 500;
}
