.tz-brands-wrapper .link-button{
    display: block;
    border-radius: 12px;
    padding:0 32px;
    position: relative;
    font-size: 18px;
    margin: 0;
    transform: none;
    text-align: center;
    text-transform: none;
    font-weight: 600;
}
@media screen and (min-width: 577px) {
    .tz-brands-wrapper .link-button .mobile-label{
        display: none;
    }
}
@media screen and (max-width: 576px) {
    .tz-brands-wrapper .link-button .desktop-label{
        display: none;
    }
}

.tz-brands-wrapper .shortcode-title, .tz-brands-wrapper .link-button{
    height: 56px;
    line-height: 56px;
}
.tz-brands-wrapper .shortcode-title:after{
    content: "";
    position: relative;
    display: block;
    width: 160px;
    height: 10px;
    margin-top: 16px;
    background-color: var(--primary-bg-color);
}
.tz-brands-wrapper .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 48px;
    width: 100%;
}
.tz-brands-wrapper .owl-item{
    justify-content: center;
    align-items: center;
}
.tz-brands-wrapper .owl-carousel .owl-dots{
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 24px;
    height: 12px;
    line-height: 0;
}
.tz-brands-wrapper .owl-carousel.show-dots{
    margin-bottom: 36px;
}
.tz-brands-wrapper .owl-carousel .owl-dots .owl-dot{
    margin-right: 8px;
    height: 12px;
    line-height: 0;
}
.tz-brands-wrapper .owl-carousel .owl-dots .owl-dot span{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #bdbdbd;
    border-radius: 50%;
    transition: .3s all ease-in-out;
}
.tz-brands-wrapper .owl-carousel .owl-dots .owl-dot.active span{
    background-color: var(--primary-bg-color);
}
.tz-brands-wrapper .brand-item img{
    max-height: 55px;
}
.tz-brands-wrapper .title-wrapper:after{
    content: unset;
}
.tz-brands-wrapper .title-wrapper .shortcode-title{
    flex: 1;
    height: auto;
    position: relative;
    hyphens: none;
}
.tz-brands-wrapper .shortcode-title,
.tz-brands-wrapper .shortcode-title > span{
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
    line-height: 48px;
}
@media screen and (max-width: 576px){
    .tz-brands-wrapper .title-wrapper{
        margin-bottom: 24px;
    }
    .tz-brands-wrapper .shortcode-title,
    .tz-brands-wrapper .shortcode-title > span{
        font-size: 24px;
        line-height: 32px;
    }
    .tz-brands-wrapper .link-button{
        font-size: 12px;
        font-weight: 600;
        border-radius: 8px;
        padding: 0 12px;
        height: 32px;
        line-height: 32px;
    }
    .tz-brands-wrapper .shortcode-title:after{
        height: 5px;
        margin-top: 8px;
    }
}
.tz-brands-wrapper .title-wrapper .shortcode-title{
    color: var(--dark-color);
}
.tz-brands-carousel.owl-carousel{
    padding: 0 38px;
}
.tz-brands-carousel.owl-carousel .owl-nav{
    height: 0;
}
.tz-brands-carousel.owl-carousel .owl-nav.disabled{
    display: block;
}
.tz-brands-carousel.owl-carousel .owl-nav .owl-next:after, .tz-brands-carousel.owl-carousel  .owl-nav .owl-prev::before{
    background-color: unset;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-size: 24px;
}