/*   
Theme Name: PathSoft
Theme URI: https://www.templatemonster.com/wordpress-themes/pathsoft-it-solutions-for-your-business-services-wordpress-theme-99496.html
Author: Koval Web
Author URI: https://www.templatemonster.com/vendors/kovalweb
Description: The Template is created for web template
Tags: html5, css3, sass, gulp, bootstrap grid
Version: 1.5.1
*/
.brands-carusel .flickity-slider {
    display: flex;
    align-items: center;
}

.brands-item {
    position: relative;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 11.25rem;
}

.brands-item.item-style {
    height: 11.25rem;
}

.brands-item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.brands-min {
    display: flex;
    align-items: center;
    height: 100%;
}

.brands-min img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.brands-col {
    width: 28%;
    margin-right: 30px;
}

.brands-col:last-child {
    margin-right: 0;
}

.brands-col.brands-col-wide {
    width: 100%;
}

.brands-col.brands-col-2 {
    width: 40%;
}

.brands-col.brands-col-min {
    width: 18%;
}

@media (max-width: 1199.98px) {
    .brands-col {
        width: 40%;
    }

    .brands-col.brands-col-min {
        width: 40%;
    }

    .brands-col.brands-col-min {
        width: 25%;
    }
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .brands-col {
        width: 48%;
    }

    .brands-col.reviews-col-2, .brands-col.reviews-col-4 {
        width: 48%;
    }

    .brands-col.brands-col-min {
        width: 40%;
    }
}

@media only screen and (max-width: 480px) {
    .brands-item {
        height: 8.75rem;
    }

    .brands-item.item-style {
        height: 8.75rem;
    }
}
