.main-info__about-company-wrapper {
    width: 100vw;
}

.main-info{
    color: #29325a;
}

.main-info__divider{
    min-height: 50vh;

    display: flex;
}

.main-info__title-box {
    max-width: 1400px;
    width: 81%;

    margin: 0 auto;

    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-info__title-box p{
    width: 70%;

    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
}

.main-info__divider-box{
    align-items: center;  
}

.main-info__divider-box-wrapper{
    max-width: 1400px;
    width: 81%;

    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-info__divider-box--painted{    
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}
.main-info__image-box{
    width: 45%;
    padding: 10px;
    background-color: #29325a;
}

.main-info__image {
    width: 100%;
}

.main-info__info{
    width: 40%;

    font-size: 18px;
}

.main-info__employee-box {
    width: 20%;

    padding: 10px;
    margin-bottom: 80px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}
.main-info__employee-photo {
    width: 80%;
    height: 250px;

    background-color: #29325a;
}

.main-info__employee-box p {
    padding: 10px 0;

    font-size: 18px;
}

.main-info__inner-box{
    width: 30%;

    padding: 10px;
    margin: 10px 0;
}

.main-info__banks{
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Скрываем выходящие за пределы элементы */

    
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.main-info__banks-ribbon {
    width: 100%; /* Полная ширина контейнера */
    margin: 20px 0;

    display: flex;
    flex-wrap: nowrap; /* Не переносим элементы на новую строку */
    white-space: nowrap; /* Не допускаем перенос строк */
}

.main-info__banks-ribbon-item {
    width: 15%;

    flex: 0 0 auto; /* Запрещаем сжимать и растягивать элементы */
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-info__banks-name {
    width: 100%;

    text-align: center;
    text-wrap: wrap;
    font-size: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));

    margin: 10px 0;
}
.main-info__banks-logo {
    width: 100px;
    height: 100px;
}
