.slider__tabs {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    gap: 8px;
    position: relative;
    margin-bottom: 50px;
}

.slider__tabs .slider__tab {
    white-space: nowrap;
    border-radius: 3px;
    padding: 10px 13px;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: var(--color-primary);
    background: #D5D9E8;
}

.slider__tabs .slider__tab.is-active {
    background: var(--color-primary);
    color: var(--color-white);
    text-decoration: none;
}

.slider__tabs .slider__tab:hover {
    background: var(--color-primary);
    color: var(--color-white);
    text-decoration: none;
    cursor: pointer;
}

.swiper__slider .aboutService__image img {
    max-width: 470px;
}