.banner-cards-list{display:flex;flex-wrap:wrap;justify-content:space-around;width:100%;z-index:0}.banner-card{box-shadow:1px 1px 15px 1px rgba(0,0,0,.1),-1px -1px 15px 1px rgba(0,0,0,.1);cursor:pointer;height:200px;margin:20px auto;transition:.4s;width:200px}.banner-card,.banner-card .banner-card_image{border-radius:40px}.banner-card .banner-card_image img{border-radius:40px;object-fit:cover}.banner-card .banner-card_title{border-radius:0 0 40px 40px;font-family:Rubik;font-size:30px;font-weight:700;height:40px;margin-top:-140px;text-align:center}.banner-card:hover{transform:scale(.9)}.banner-title-white{color:#fff}.banner-title-black{color:#000}@media (max-width:500px){.banner-card-list{flex-direction:column}.banner-card{border-radius:30px;box-shadow:1px 1px 15px 1px rgba(0,0,0,.1),-1px -1px 15px 1px rgba(0,0,0,.1);cursor:pointer;height:140px;margin:20px auto;transition:.4s;width:140px}.banner-card .banner-card_title{border-radius:0 0 40px 40px;font-family:Rubik;font-size:20px;font-weight:700;height:40px;margin-top:-100px;text-align:center}}