:root {
  --tekst-na-belom: #1c1c1c;
  --linii: #e8e8e8;
  --zelenyy-akcent-3: #9bca02;
  --tekst-na-temnom---zelenyy: #fbfbfb;
  --text: #4f4f4f;
}

.doctors {
  padding: 0 0 20px;
  white-space: normal;
  display: grid;
  gap: 36px 18px;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 245px);
}
@media (min-width: 1240px) {
  .doctors {
    justify-content: space-between;
  }
}
.doctors .doctor {
  margin-right: 36px;
  display: inline-block;
  width: 245px;
  flex-basis: 245px;
  flex-shrink: 0;
  white-space: normal;
  transition: 0.2s linear;
}
.doctors .doctor a {
  display: block;
}
.doctors .doctor a:focus, .doctors .doctor a:hover {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
.doctors .doctor .doctor-image {
  width: 245px;
  height: 318px;
  display: block;
  -o-object-position: top center;
  object-position: top center;
  -o-object-fit: cover;
  object-fit: cover;
}
.doctors .doctor .doctor-desc {
  padding: 14px 13px 13px;
  text-align: center;
}
.doctors .doctor .doctor-desc .doctor-lastname,
.doctors .doctor .doctor-desc .doctor-name {
  display: inline-block;
  font-family: FuturaLightC;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 131.19%;
  color: var(--color-3);
}
@media (min-width: 1240px) {
  .doctors .doctor .doctor-desc .doctor-lastname,
  .doctors .doctor .doctor-desc .doctor-name {
    font-size: 22px;
  }
}
.doctors .doctor .doctor-desc .doctor-special {
  margin-top: 3px;
  display: block;
  font-family: FuturaBookC;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--color-32);
}
.doctors .doctor button {
  display: block;
  margin: 30px auto 0;
}/*# sourceMappingURL=doctors.css.map */