a:hover{text-decoration:none !important}.cards-list{z-index:0;width:100%;display:flex;justify-content:space-around;flex-wrap:wrap}.card{margin:30px auto;box-shadow:2px 2px 30px 2px rgba(0,0,0,.25),-2px -2px 30px 2px rgba(0,0,0,.22);cursor:pointer;transition:.4s;border-radius:10px}@media screen and (max-width:390px){.card .card_title{font-size:20px !important;margin-top:-1px !important;height:140px !important;padding:2% !important}.card{height:250px !important;margin-bottom:100px !important}}@media screen and (min-width:391px) and (max-width:500px){.card .card_title{font-size:20px !important;margin-top:-1px !important;height:140px !important;padding:5% !important}.card{height:280px !important;margin-bottom:100px !important}}@media screen and (min-width:501px) and (max-width:800px){.card{width:80vw !important}.card .card_title{font-size:20px !important}}@media screen and (min-width:501px) and (max-width:650px){.card .card_title{font-size:20px !important;margin-top:-10px !important;height:140px !important}}@media screen and (min-width:651px) and (max-width:1024px){.card .card_title{font-size:20px !important;margin-top:-10px !important;height:110px !important}}@media screen and (min-width:801px) and (max-width:1280px){.card{width:65vw !important}}@media screen and (min-width:1800px){.card .card_title{font-size:28px !important;padding:1% !important}}@media screen and (min-width:1281px){.card{width:50vw !important}}.card .card_image{width:inherit;height:inherit;border-radius:10px}.card .card_image img{width:inherit;height:inherit;object-fit:cover;border-radius:5px}.card .card_title{text-align:center;font-family:Roboto,sans-serif;font-weight:700;font-size:24px;letter-spacing:1px;border-radius:0 0 5px 5px;margin-top:-110px;height:110px;text-transform:capitalize;padding:2%}.card:hover{transform:scale(.9,.9);box-shadow:2px 2px 30px 10px rgba(0,0,0,.25),-2px -2px 30px 10px rgba(0,0,0,.22)}.title-white{color:#fff;background-color:#4ab865 !important;position:relative;border-radius:0 0 5px 5px}.title-black{color:#000}@media all and (max-width:500px){.card-list{flex-direction:column}}