.webtech-specialists {
    background-color: #152C9C;
    padding: 5rem 8.875rem 5rem 8.875rem;
}

.webtech-specialists__wrapper {
    max-width: 102.25rem;
    background-color: #fff;
    border-radius: 5rem;
    padding-top: 4.6875rem;
    padding-right: 7.375rem;
    padding-bottom: 5rem;
    padding-left: 7.375rem;
}

.webtech-specialists__text {
    font-family: ALSGorizont_var;
    font-weight: 550;
    font-size: 2.5rem;
    line-height: 130%;
    letter-spacing: 0px;
    margin-bottom: 4.3125rem;
}

.webtech-specialists__text span {
    color: #0B68FE;
}

.webtech-specialists__list .scroll-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    cursor: pointer;
    column-gap: 6.25rem;
    padding-bottom: 2rem;
}

.webtech-specialists__list .scrollbar-track,
.webtech-specialists__list .scrollbar-thumb {
    height: 0.1875rem;
}


.webtech-specialists__list-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 12.5rem;
}

.webtech-specialists__list-item__photo {
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 7.5rem;
    border: 1px solid #656D7C;
    object-fit: cover;
    margin-bottom: 1.4375rem;
}

.webtech-specialists__list-item__fio {
    font-family: ALSGorizont_var;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 110.00000000000001%;
    letter-spacing: -0.03125rem;
    text-align: center;
    color: #0D0D0D;
    margin-bottom: 0.58rem;
}

.webtech-specialists__list-item__position {
    font-family: PTGolos_vf;
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #656D7C;
}

@media screen and (max-width: 1200px) {
    .webtech-specialists {
        padding: 4.0625rem 0rem;
    }

    .webtech-specialists__wrapper {
        padding: 3.6875rem 2.5rem 3.89rem 2.5rem;
        border-radius: 2.5rem;
    }

    .webtech-specialists__text {
        font-size: 2.5rem;
    }

    .webtech-specialists__list .scroll-content {
        column-gap: 6rem;
    }
}

@media screen and (max-width: 768px) {
    .webtech-specialists {
        padding: 2.6rem 0rem 2.6rem 0rem
    }

    .webtech-specialists__wrapper {
        row-gap: 1.4375rem;
        border-radius: 1.5rem;
        padding: 0rem 0rem 2.25rem 0rem;
    }

    .webtech-specialists__text {
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 1.58rem;
        padding-top: 2.25rem;
        padding-right: 1.25rem;
        padding-bottom: 0rem;
        padding-left: 1.25rem;
    }

    .webtech-specialists__list .scroll-content {
        column-gap: 2.5rem;
    }

    .webtech-specialists__list-item:first-child {
        padding-left: 1.25rem;
    }

    .webtech-specialists__list-item:last-child {
        padding-right: 1.25rem;
    }

    .webtech-specialists__list-item__photo {
        width: 7.5rem;
        height: 7.5rem;
    }

    .webtech-specialists__list-item__fio {
        font-size: 0.875rem;
        letter-spacing: 0px;
        line-height: 0.9375rem;
    }

    .webtech-specialists__list-item__position {
        font-size: 0.75rem;
        line-height: 0.9rem;
    }
}

@media screen and (max-width: 800px) {
    .webtech-specialists__list {
        overflow-x: scroll;
    }
}
