.staff-section--service-top {
    position: relative;
    padding: 30px 6px 0;
}

.staff-section--service-top .our-staff__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.staff-section--service-top .our-staff__title-text {
    margin-bottom: 0;
}

.staff-section--service-top .staff-list__container {
    position: relative;
}

.staff-section--service-top .staff-swiper {
    overflow: hidden;
    padding-bottom: 24px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.staff-section--service-top .staff-swiper .swiper-slide {
    height: auto;
}

.staff-section--service-top .staff-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: auto !important;
    min-height: 100%;
    max-width: none;
    padding: 24px 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #f0e6e8;
    border-radius: 24px;
}

.staff-section--service-top .staff-card__img-wrap {
    margin-bottom: 20px;
}

.staff-section--service-top .staff-card__text {
    color: #dd6d81;
    font-size: 16px;
    line-height: 19px;
}

.staff-section--service-top .italic {
    font-style: italic;
}

.staff-section--service-top .card-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.staff-section--service-top .staff-card__title {
    display: block;
    min-height: 0;
}

.staff-section--service-top .position {
    min-height: 38px;
    margin: 0;
    overflow: visible;
}

.staff-section--service-top .card-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.staff-section--service-top .button {
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.staff-section--service-top .quality-reviews {
    padding: 7px !important;
    width: 29px !important;
}

.staff-section--service-top .schedule-component {
    width: 100%;
    min-width: 0 !important;
    margin-top: auto;
}

.staff-section--service-top .schedule__slots {
    width: 100% !important;
}

.staff-section--service-top .staff-card__img img:first-child {
    opacity: 1;
}

.staff-section--service-top .staff-card__second-img {
    opacity: 0;
}

.staff-section--service-top .staff-card__img:hover img:first-child {
    opacity: 0;
}

.staff-section--service-top .staff-card__img:hover .staff-card__second-img {
    opacity: 1;
}

@media (max-width: 1023px) {
    .staff-section--service-top .position {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .staff-section--service-top .staff-card {
        padding: 20px 16px;
    }
}
