.content-image-right {
  padding: 40px 154px;
}

.content-image-right__inner {
  display: flex;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  background: #3e3e3e33;
  height: 700px;
}

.content-image-right__content {
  flex: 0 0 50%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.content-image-right__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
}

.content-image-right__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 54px;
  color: #ffffff;
  line-height: normal;
  text-transform: uppercase;
}

.content-image-right__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 32px;
}

.content-image-right__image {
  flex: 0 0 50%;
}

.content-image-right__image img {
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1400px) {
  .content-image-right {
    padding: 40px 60px;
  }

  .content-image-right__title {
    font-size: 42px;
  }
}

@media (max-width: 1024px) {
  .content-image-right {
    padding: 30px 20px;
  }

  .content-image-right__inner {
    flex-direction: column;
    height: auto;
  }

  .content-image-right__content {
    flex: none;
    width: 100%;
    padding: 30px;
  }

  .content-image-right__image {
    flex: none;
    width: 100%;
    height: 400px;
  }

  .content-image-right__title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .content-image-right__content {
    padding: 20px;
  }

  .content-image-right__text-wrap {
    padding: 0;
  }

  .content-image-right__content {
    gap: 24px;
  }

  .content-image-right__text-wrap {
    gap: 16px;
  }

  .content-image-right__title {
    font-size: 24px;
    line-height: 30px;
  }

  .content-image-right__text {
    font-size: 14px;
    line-height: 22px;
  }

  .content-image-right__image {
    height: 250px;
  }
}
