#hero{
    padding: 50px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero::before{
    content: '';
    position: absolute;
    z-index: -1;
    background: transparent linear-gradient(90deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
}

#hero h1{
    color: #fff;
    font-size: 50px
}

#hero .content{
    color: #fff;
}

#hero span{
    color: #fff!important;
}

#hero span a{
    color: #fff;
    text-decoration: none;
}

#brands{
    padding: 50px 0;
}

#brands p{
    color: #090909;
}

#brands .btn{
    margin-left: auto;
    display: block;
    width: fit-content;
}

#brands img{
    height: 439px;
    max-width: 328px;
    width: 100%;
    object-fit: cover;
}

#brands .post a{
    text-decoration: none;
}

#brands .post .click p{
    font-family: 'Inria Serif';
    font-size: 18px;
    font-weight: 700;
}

@media(max-width:1200px){
    #brands img{
        margin: 0 auto;
        display: block;
    }
    
    #brands .post .click p{
        text-align: center;
    }
}