.director-block {
  display: flex;
  border-radius: 12px;
  box-shadow: 0px 51px 71px -11px #e0e8e8;
  overflow: hidden;
  background: #ffffff;
}
.director-block__img {
  width: 33%;
  flex-shrink: 0;
}
.director-block__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.director-block__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 60px;
}
.director-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
.director-block__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgba(35, 31, 32, 0.6);
}
.director-block__description {
  position: relative;
  z-index: 10;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  font-style: italic;
}
.director-block__description::before {
  content: "";
  position: absolute;
  top: -85px;
  right: 5px;
  z-index: -1;
  width: 184px;
  height: 147px;
  background-image: url("../img/blocks/company-our-team/quotes.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.director-block__btn-block {
  margin-top: 16px;
}
.company-employee-slider .certificate-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.employee-card__description {
  border-radius: 8px;
}
.company-certificate-slider__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-certificate-slider .title-with-link h2 {
  text-transform: none;
}
@media (max-width: 768px) {
  .director-block {
    flex-direction: column;
  }
  .director-block__img {
    width: 100%;
  }
  .director-block__description::before {
    width: 90px;
    height: 72px;
    top: -24px;
    right: 6px;
  }
  .director-block__description {
    margin-top: 32px !important;
  }
  .company-employee-slider .swiper-button {
    height: 50px;
    width: 50px;
  }
  .company-employee-slider .swiper-button-prev {
    left: -50px !important;
  }
  .company-employee-slider .title-with-link h3 {
    margin-right: 80px;
    font-size: 24px;
  }
  .company-certificate-slider .swiper-button {
    height: 50px;
    width: 50px;
  }
  .company-certificate-slider .swiper-button-prev {
    left: -50px !important;
  }
  .company-certificate-slider .title-with-link h2 {
    margin-right: 70px;
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .director-block {
    margin-top: 32px !important;
  }
  .director-block__wrapper {
    padding: 16px;
  }
  .director-block__btn-block .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .company-employee-slider .swiper {
    margin-top: 16px !important;
  }
  .company-employee-slider .ts-swiper-button-block-right {
    display: none;
  }
  .company-employee-slider .title-with-link {
    gap: 0;
  }
  .company-employee-slider .title-with-link h3 {
    margin-right: 0;
    font-size: 18px;
    line-height: 150%;
  }
  .employee-card {
    height: 350px;
    width: 255px !important;
  }
  .company-certificate-slider .swiper {
    margin-top: 16px !important;
  }
  .company-certificate-slider .ts-swiper-button-block-right {
    display: none;
  }
  .company-certificate-slider .certificate-card {
    height: 360px;
    width: 255px !important;
  }
  .company-certificate-slider .title-with-link {
    gap: 0;
  }
  .company-certificate-slider .title-with-link h2 {
    gap: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 150%;
  }
}
@media (max-width: 1024px) {
  .director-block__img {
    width: 38%;
  }
  .director-block__wrapper {
    padding: 30px;
  }
  .director-block__description::before {
    top: -65px;
    height: 103px;
    width: 129px;
  }
  .director-block__description {
    font-size: 12px;
    line-height: 160%;
  }
  .company-employee-slider .title-with-link h3 {
    font-size: 26px;
  }
  .company-certificate-slider .title-with-link h2 {
    font-size: 26px;
  }
}
