.language_section {
    padding: 40px 0 80px 0;
}

.language_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.language_title h2 {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}

.language_title h2 span {
    color: #FF1084;
}

.language_addons_swiper {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.language_inner {
    display: flex;
    align-items: center;
}
.language_inner_swiper {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.language_inner_swiper::-webkit-scrollbar {
    display: none;
}
.language_inner_swiper:active {
    cursor: grabbing;
}
.language_addons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    width: 100%;
}

.language_block_info {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    color: #31466D;
}

@media (max-width: 1024px) {
    .language_title h2 {
        font-size: 20px;
    }
    .language_inner_block {
        justify-content: space-evenly;
    }
}

@media (max-width: 767px) {
    .language_section.dark_mode {
        padding-bottom: 52px;
    }
}

@media (max-width: 600px) {
    .language_title h2 {
        font-size: 18px;
    }
    .language_inner_block {
        justify-content: space-evenly;
    }
}

.just_content{
    justify-content: center;
}