.repair {
  background-image: url(../img/repair/repair_big.jpg);
  background-position: right;
}

.repair_img {
  border-radius: 100%;
  border: 4px solid #80e5da;
  max-width: 450px;
  max-height: 450px;
}

.repair_sotrudniki {
  height: 100%;
  margin-top: 100px;
  margin-bottom: 70px;
  background-image: url(../img/main/banner_sotrud.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.repair_wrap_sotrudniki {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 60px 0 0 0;
}

.repair_sotrudniki .buttons {
  max-width: 400px;
  width: 100%;
  margin-top: 50px;
}

.repair_content_sotrudniki {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 50px;
  max-width: 700px;
}

.repair_content_sotrudniki h2 {
  font-size: clamp(1.25rem, 1.0313rem + 1.1667vw, 2.125rem);
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.repair_content_sotrudniki h3 {
  font-size: clamp(1.25rem, 1.1875rem + 0.3333vw, 1.5rem);
  line-height: 1.35;
  font-style: normal;
  font-weight: 400;
}

.repair_img_sotrudniki {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.repair_img_sotrudniki h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
}

.repair_img_sotrudniki h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-transform: lowercase;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .repair {
    background-image: url(../img/repair/repair_medium.jpg);
  }

  .repair_wrap_sotrudniki {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 60px 30px 0 30px;
  }

  .repair_content_sotrudniki {
    justify-content: center;
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

  .repair_img_sotrudniki {
    align-items: center;
  }
  .repair_img_sotrudniki img {
    max-height: 350px;
    max-width: 350px;
  }

  .repair_img_text {
    align-self: flex-start;
  }

  .repair_sotrudniki {
    background-image: url(../img/repair/background_sotrudniki.jpg);
  }
}
