.contact-employees {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #f8f0db;
  margin-top: -20px;
}

.contact-employee {
  background-color: #fff;
  padding: 25px;
  border-radius: 18px;
  height: 100%;
  min-height: 205px;
}
.contact-employee__name {
  color: #3b3b3b;
  font-size: clamp(26px, 1.666666666666667vw, 32px);
  font-weight: 700;
  line-height: 1.1;
}
.contact-employee__position,
.contact-employee a {
  color: #2b2b2b;
  font-size: clamp(16px, 1.041666666666667vw, 20px);
  font-weight: 500;
  line-height: 1.1;
}
.contact-employee__label {
  font-size: clamp(14px, 0.8333333333333333vw, 16px);
  color: rgba(43, 43, 43, 0.71);
  line-height: 1.1;
}
.contact-employee a {
  color: var(--main-red);
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media only screen and (max-width: 576px) {
  .contact-employee {
    padding: 15px;
  }
}
