body{
    background-color: #f3f3f3;
}
.swiper{
    width: 98%;
    margin:auto;
}

#featured{
    font-family: LatoBold;
    font-size: 24px;
    line-height: 32px;
    margin-left: 34px;
    margin-top: 25px;
}

#featured_brand{
    width: 95%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: auto;
    text-align: center;
    gap: 15px;
    margin:auto ;
}
#featured_brand div{
    border-radius: 7px;
    background-color: white;
    box-shadow:rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 10px 0px 10px 0px;
}
#featured_brand div img{
    width: 80%;
    border-radius: 7px;
}
#spotlight_img{

    width: 98%;
    margin: auto;
}
#spotlight_img img{
    width: 100%;
    border-radius: 10px;
    
}

#top_brand_child {
    width:95%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin: auto;
 
}

#top_brand_child img{
    width: 100%;
    border-radius: 5px;
}