.section-text-image{
  position: relative;
  margin-bottom: 77px;
  margin-top: 57px;
}

.section-text-image__{
  position: relative;
  z-index: 100;
}

.section-text-image_title{
  padding-bottom: 33px;
}

.section-text-image_title h2{
  font-weight: 400;
}

.section-text-image .image-text-image{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.section-text-image_text{
  max-width: 630px;
}

.section-text-image_text{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

@media only screen and (max-width: 1300px) {
  .section-text-image .image-text-image {
    right: -5%;
  }
}

@media only screen and (max-width: 1200px) {
  .section-text-image .image-text-image {
    right: -15%;
  }
}

@media only screen and (max-width: 1100px) {
  .section-text-image{
    margin-bottom: 140px;
  }

  .section-text-image .image-text-image {
    right: -5%;
    opacity: 0.4;
  }
  
  .section-text-image_text{
    max-width: 100%;
  }
}

@media only screen and (max-width: 648px) {
  .section-text-image .image-text-image{
    right: -40%;
    opacity: 0.3;
  }
}