.text-left-image-right {
  overflow: hidden;
  background-color: var(--color-grey-2);
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
@media screen and (min-width: 1440px) {
  .text-left-image-right {
    border-radius: 0 16px 0 0;
  }
}
.text-left-image-right__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .text-left-image-right__title {
    margin-bottom: 40px;
  }
}
.text-left-image-right__links {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .text-left-image-right__links {
    margin-top: 32px;
  }
}
.text-left-image-right__link {
  margin-bottom: 16px;
}
.text-left-image-right__link:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .text-left-image-right__text {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .text-left-image-right__text {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .text-left-image-right__text_xs {
    width: 80%;
  }
}
.text-left-image-right__text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.text-left-image-right__image-container {
  height: 383px;
  overflow: hidden;
  position: relative;
}
.text-left-image-right__image-container:after {
  content: '';
  position: absolute;
  background-color: #00504e;
  opacity: 0.15;
  mix-blend-mode: multiply;
  pointer-events: none;
  inset: 0;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .text-left-image-right__image-container {
    height: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .text-left-image-right__image-container {
    height: 600px;
  }
}
@media screen and (min-width: 1440px) {
  .text-left-image-right__image-container {
    height: 680px;
  }
}
.text-left-image-right__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 16px 0 0;
}
@media screen and (min-width: 1440px) {
  .text-left-image-right__image {
    border-radius: 0 16px 0 16px;
  }
}
.text-left-image-right__white-cards-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .text-left-image-right__white-cards-slider {
    padding: 40px;
  }
}
