#our-clients {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

#our-clients .wrapper-item {
    display: flex;
    width: calc((100% - 40px) / 3);
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    transition: transform 0.3s ease;
}

#our-clients .wrapper-item a{
    width: 100%;
    height: 100%;
    text-align: center;
}

#our-clients .wrapper-item a img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#our-clients .wrapper-item:hover {
    transform: scale(1.05);
}

.heading-block .field_title{
    line-height: 1.2;
}
.container .col_three_fourth{
    width: 100%;
}
#top-bar .container .col_half{
    display: flex;
    flex-direction: row;
}
#top-bar .container .col_half .col_half_p{
    margin: 0;
}
@media (max-width: 440px){
    #top-bar .container .col_half{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 767px){
    .container .row{
        display: flex;
        flex-direction: row;
        height: 100%;

    }
    .container .row .item{
        height: 100%;
        max-height: 145px;
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 100% !important;
    }
}