.double-text-left-image-right {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .double-text-left-image-right {
    gap: 64px;
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  .double-text-left-image-right {
    gap: 80px;
  }
}
.double-text-left-image-right__title {
  margin-bottom: 40px;
}
.double-text-left-image-right__text {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .double-text-left-image-right__text {
    margin-bottom: 32px;
  }
}
.double-text-left-image-right__text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .double-text-left-image-right__text-block {
    margin: 0;
    flex: 0 0 calc(50% - 82px);
  }
}
@media screen and (min-width: 1440px) {
  .double-text-left-image-right__text-block {
    flex: 0 0 600px;
    margin: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .double-text-left-image-right__image-block {
    flex: 1 0 50%;
  }
}
.double-text-left-image-right__image-container {
  height: 310px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.double-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: 0px;
}
@media screen and (min-width: 768px) {
  .double-text-left-image-right__image-container {
    height: 650px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .double-text-left-image-right__image-container {
    height: 542px;
    border-radius: 0 0 0 16px;
  }
}
@media screen and (min-width: 1440px) {
  .double-text-left-image-right__image-container {
    height: 640px;
  }
}
.double-text-left-image-right__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
