.new-brands{
    background: url('../images/create2.jpg');

}

.heading-new-brands{
    font-size: 6rem;
    margin-left: 4rem;
}

.brand-listing{
    padding-top: 2rem;
    background: url('../images/create2.jpg');
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    justify-content: space-evenly;
    row-gap: 20px;
}

.card-img{
    text-align: center;
    box-shadow: 10px 10px 15px 3px rgba(0,0,0,0.5);

}

img{
    width: 95%;
}

.card-img{
    opacity: 1;
}
.card-img:hover{
    box-shadow: 10px 10px 15px 3px rgba(0,0,0,0.85);
}
@media (max-width:700px) {
    .brand-listing{
        grid-template-columns: 20% 20% 20%;
    }
}

