/*
Generated time: June 10, 2025 21:19
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.logo-bar__item{
    list-style:none;
    display:inline-block;
    vertical-align:middle
}
.logo-bar{
    margin:0;
    background-color:var(--color-base-button-text-hover);
    border-radius:5px;padding:65px 15px 0;
}
.logo-bar .owl-item{
    text-align:center;
    padding:0 15px
}
.logo-bar__image{
    max-width:100%;
    position:relative;
    margin:0 auto
}
@media (max-width:989px){
    .logo-bar{
        padding:45px 15px 0
    }
}
@media (max-width:479px){
    .logo-bar{text-align:center}
}