.image-left-text-right-wrapper {
  display: flex;

  grid-column-gap: 4.4vw;
  grid-row-gap: 4.4vw;
}

.image-left-text-right-wrapper .right-part {
  flex: 1;
}

.image-left-text-right-wrapper .left-image-part {
  flex: 1;
  text-align: end;
}

.image-left-text-right-wrapper .right-part .title {
  text-transform: capitalize;
  font-size: 3.33vw;
  font-weight: 400;
  line-height: 3.89vw;
}

.image-left-text-right-wrapper .right-part .description {
  max-width: 33vw;
  margin-bottom: 2vw;
}

.image-left-text-right-wrapper .left-image-part img {
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.small-title {
  border-top: 0.5px solid #1d2025;
  border-bottom: 0.5px solid #1d2025;
  padding: 0.6vw 0.8vw;
  letter-spacing: 0.14vw;
  text-transform: uppercase;
  font-size: 0.89vw;
  font-weight: 400;
  line-height: 1vw;
  color: #1d2025;
  font-family: Satoshi, sans-serif;
  display: inline-block;
}

@media (max-width: 991px) {
  .image-left-text-right-wrapper {
    flex-direction: column;
    gap: 48px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .image-left-text-right-wrapper .left-image-part {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    align-self: stretch;
    box-sizing: border-box;
  }

  .image-left-text-right-wrapper .left-image-part img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    box-sizing: border-box;
  }

  .image-left-text-right-wrapper .right-part {
    min-width: 0;
    max-width: 100%;
    text-align: center;
  }

  .image-left-text-right-wrapper .right-part .small-title {
    letter-spacing: 0.125rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }

  .image-left-text-right-wrapper .right-part .title {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .image-left-text-right-wrapper .right-part .description {
    margin: auto;
    padding-bottom: 25px;
    max-width: 30rem !important;
  }
}
