.brand-banner-img{
    width:100%;
    max-height: 560px;
    object-fit: cover;
}
.container-brand{
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1120px;
}

.brand-banner{
    position:relative;
}
.brand-title{
    color: #000000;
    font-size:48px;
    line-height:77px;
    letter-spacing:8px;
    font-weight:400;
    text-transform:uppercase;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.brand-items{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.brand-item{
    margin-bottom: 20px;
    text-decoration: none;
}
.bred-crumbs{
    margin-top:240px;
    margin-bottom:30px;
}
.brand-item-info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:16px;
    margin-top:20px;
}
.brand-name{
    color: #000000;
    font-size:18px;
    line-height:40px;
    letter-spacing:2px;
    font-weight:400;
    text-transform:uppercase;
}
.btn-brand{
    text-align: center;
}
.load-more-btn-brand{
    background: #000;
    border: none;
    outline: none;
    color: #fff;
    padding: 17px 11px;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    letter-spacing: .2px;
    font-family: "mardoto", sans-serif;
}
.brand-section{
    margin-bottom: 100px;
}
.brand-img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.brand-item-info img{
    width: 44px;
    height: 44px;
    object-fit: cover;
}

@media only screen and (max-width: 1120px) {
    .brand-items {
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .brand-item{
        width: 47%;
    }
    .brand-img{
        width: 100%;
        height: 280px;
    }
    .brand-banner-img{
        height: 300px;
    }
    .bred-crumbs{
        margin:141px 0 32px!important;
    }
    .brand-title{
        font-size: 38px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 500px){
    .brand-img{
        width: 100%;
        height: 164px;
    }
    .brand-items{
        gap:15px;
    }

    .brand-name{
        font-size:16px;
        line-height:20px;
    }
    .brand-item-info img{
        width: 38px;
        height: 38px;
    }
    .brand-item{
        margin-bottom: 17px;
    }
    .btn-brand{
        margin-top: 23px;
    }
    .brand-section{
        margin-bottom: 77px;
    }
    .brand-banner-img{
        height: 245px;
    }
    .brand-title{
        font-size: 28px;
    }
    .load-more-btn-brand{
        padding: 12px;
    }
}

@media only screen and (max-width: 375px) {
    .brand-item-info{
        gap: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .brand-img {
        height: 145px;
    }
    .brand-name{
        font-size: 15px;
    }
}
