.expert_section {
    margin-top: 80px;
}

.expert_heading {
    text-align: center;
}

.expert_heading h2 {
    line-height: 140%;
}

.expert_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 51px;
    overflow: hidden;
}

.expert_logo img {
    display: block;
    width: 100%;
    max-width: 224px;
    height: 75px;
    object-fit: contain;
}

.expert_row .slick-list {
    margin: 0 -55px;
}

.expert_row .slick-slide {
    padding: 0 55px;
}

@media (max-width: 1399px) {
    .expert_row .slick-list {
        margin: 0 -30px;
    }
    .expert_row .slick-slide {
        padding: 0 30px;
    }
}

@media (max-width: 1199px) {
    .expert_section {
        margin-top: 60px;
    }
    .expert_heading h2 {
        line-height: 50px;
    }
    .expert_row {
        margin-top: 40px;
    }
    .expert_row .slick-list {
        margin: 0 -15px;
    }
    .expert_row .slick-slide {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .expert_section {
        margin-top: 40px;
    }
    .expert_heading h2 {
        line-height: 45px;
    }
    .expert_wrapper {
        margin: 0;
    }
    .expert_row {
        justify-content: flex-start;
        margin-top: 30px;
        margin-bottom: -20px;
    }
    .expert_column {
        width: 33.33%;
        padding: 0;
        margin-bottom: 20px;
    }
    .expert_row .slick-list {
        margin: 0 -10px;
    }
    .expert_row .slick-slide {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .expert_section {
        margin-top: 30px;
    }
    .expert_column {
        width: 50%;
    }
    .expert_row {
        margin-top: 20px;
        justify-content: flex-start;
    }
    .expert_logo img {
        margin: 0;
    }
    .expert_heading h2 {
        line-height: 40px;
    }
}

@media (max-width: 550px) {
    .expert_column {
        width: 100%;
    }
    .expert_logo img {
        margin: 0 auto;
    }
    .expert_row {
        margin-bottom: 0;
    }
    .expert_column:last-child {
        margin-bottom: 0;
    }
}