.home-team { padding: 56px 15px 58px; background: #fff; color: #313132; }
.home-team__inner { width: 100%; max-width: 1170px; margin: 0 auto; }
.home-team__header { text-align: center; }
.home-team__header h2 { margin: 0; font-size: 40px; font-weight: 700; line-height: 1.2; }
.home-team__header > span { display: block; width: 40px; height: 3px; margin: 18px auto 0; background: #32b44a; }
.home-team__grid { display: grid; margin-top: 36px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.home-team__member { text-align: center; }
.home-team__photo { position: relative; margin: 0; overflow: hidden; border-radius: 10px; background: #f4f4f4; box-shadow: 0 7px 22px rgb(35 55 37 / 9%); }
.home-team__photo > img:first-child { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.home-team__certificate { position: absolute; top: 5px; right: 5px; width: 100px; height: 100px; object-fit: contain; }
.home-team__member h3 { margin: 20px 0 0; font-size: 18px; line-height: 1.3; }
.home-team__position { display: block; margin: 7px 0 0; color: #6f6f6f; font-size: 15px; line-height: 1.45; text-align: center; }
.home-team__position svg { display: inline-block; width: 17px; height: 17px; margin-right: 7px; fill: #78bd77; vertical-align: -3px; }
.home-team__actions { display: flex; margin-top: 35px; justify-content: center; gap: 20px; }
.home-team__action { display: inline-flex; min-width: 210px; min-height: 48px; align-items: center; justify-content: center; padding: 12px 24px; border: 0; border-radius: 4px; color: #fff; font: 700 14px/1.25 'Open Sans', Arial, sans-serif; letter-spacing: .06em; text-decoration: none; cursor: pointer; }
.home-team__action svg { width: 24px; height: 24px; margin-right: 8px; fill: currentColor; }
.home-team__action--call { background: #e66807; }
.home-team__action--book { background: #499d40; }

@media (max-width: 47.9375rem) {
    .home-team { padding: 44px 15px 48px; }
    .home-team__header h2 { font-size: 30px; }
    .home-team__grid { margin-top: 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 14px; }
    .home-team__member h3 { margin-top: 12px; font-size: 16px; }
    .home-team__position { font-size: 13px; }
    .home-team__position svg { width: 15px; height: 15px; margin-right: 5px; vertical-align: -3px; }
    .home-team__certificate { width: 58px; height: 58px; }
    .home-team__actions { width: 100%; margin-top: 28px; align-items: center; gap: 8px; }
    .home-team__action { width: auto; min-width: 0; min-height: 42px; flex: 1 1 0; padding: 9px 8px; font-size: 12px; }
    .home-team__action svg { width: 20px; height: 20px; margin-right: 7px; }
}
