.brand-sec .col-md-2 {
    width: 14.28% !important;
    margin-bottom: 20px;
}

.brand-sec {
    padding: 70px 40px;
}

.brand-sec .brand-wrapper {
    margin: 0 auto;
    width: 100%;
    height: 130px;
    padding: 15px;
    border: 1px solid #e2e8f0;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 0px;
    transition: .5s all;
}

.brand-sec .col-md-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-wrapper:hover {
    box-shadow: 0 8px 30px -10px #00000020;
    transform: translatey(-5px);
}

@media (min-width: 1920px) {
    .brand-sec .col-md-2 {
        width: 12.48% !important;
    }
}

@media only screen and (max-width: 767px) {
    .brand-sec {
        padding: 20px 0px !important;
    }

    .brand-sec .col-md-2 {
        width: 33% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .brand-sec .brand-wrapper {
        margin: 0 auto;
        width: 100%;
        height: 80px;
        padding: 15px 8px;
        transition: .5s all;
    }

}


@media only screen and (min-width: 768px) and (max-width: 992px) {
    .brand-sec .col-md-2 {
        width: 20% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .brand-sec .brand-wrapper {
        margin: 0 auto;
        width: 100%;
        height: 100px;
        padding: 15px 8px;
        transition: .5s all;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1134px) {
    .brand-sec .col-md-2 {
        width: 14.28% !important;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .brand-sec .brand-wrapper {
        height: 90px;
        padding: 15px;
    }
}