.main-carousel{display:grid;align-items:center;justify-items:center;grid-template-columns:repeat(6,1fr);height:180px;width:80%;background-color:#FFF;margin:0 auto;position:relative;max-width:1200px;box-shadow:0px 4px 9px rgba(0,0,0,0.25)}.main-carousel img{max-height:150px;align-items:center;padding:20px}@media screen and (max-width:480px){.main-carousel{grid-template-columns:repeat(2,2fr);height:auto}}