.text-with-content-and-right-image-wrapper {
  display: flex;

  grid-column-gap: 4.4vw;
  grid-row-gap: 4.4vw;
}

.text-with-content-and-right-image-wrapper .right-image-part {
  flex: 1;
}

.text-with-content-and-right-image-wrapper .left-part {
  flex: 1;
  text-align: end;
}

.text-with-content-and-right-image-wrapper .left-part .title {
  text-transform: capitalize;
  font-size: 3.25vw;
  font-weight: 400;
  line-height: 3.89vw;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.text-with-content-and-right-image-wrapper .left-part .description {
  max-width: 33vw;
  margin-bottom: 2vw;
}

.text-with-content-and-right-image-wrapper .right-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) {
  .text-with-content-and-right-image-wrapper {
    flex-direction: column-reverse;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .text-with-content-and-right-image-wrapper .right-image-part {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    align-self: stretch;
    box-sizing: border-box;
  }

  .text-with-content-and-right-image-wrapper .right-image-part img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    box-sizing: border-box;
  }

  .text-with-content-and-right-image-wrapper .left-part {
    text-align: center;
    min-width: 0;
    max-width: 100%;
  }

  .left-part .small-title {
    letter-spacing: 0.125rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }

  .text-with-content-and-right-image-wrapper .left-part .title {
    font-size: 2.7rem;
    line-height: 3.1rem;
    padding-bottom: 16px;
  }

  .text-with-content-and-right-image-wrapper .left-part .description{
    margin: auto !important;
    padding-bottom: 25px;
    max-width: 30rem !important;
  }
}
