.image_and_text_module .part {
  padding: 0;
  color: #fff;
}
.image_and_text_module.content-module__first {
  margin-top: 30px;
}

.image_and_text_module .text {
  padding: 86px 74px;
  font-size: 20px;
  line-height: 30px;
}

.image_and_text_module .row {
  min-height: calc(100vh - 95px);
}

.image_and_text_module .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
}

.image_and_text_module .part {
  padding: 0;
  position: relative;
}

.image_and_text_module .big-image {
  width: 100%;
  height: 100%;
}

.image_and_text_module .big-image img {
  width: 100%;
  margin: 0;
  height: 100%;
  /* padding: 0; */
  object-fit: cover;
}

.overlay-image {
  position: absolute;
}