.our-cards{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:3.5rem 0 1rem}.cards_banner{width:100%;margin-bottom:1rem;padding:0}.cards_banner img{width:100%}.our-cards h1{font-size:1.5rem;margin-bottom:1rem;font-weight:700}.cards_list{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem}.card_item{width:300px;border-radius:10px;overflow:hidden;transition:transform .3s ease;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.1)}.card_item img{width:100%;height:200px;height:auto;display:block}.card_item_content{padding:16px;background-color:#fff;width:100%;border-radius:8px}.card_item_content h2{margin:0;font-size:1.2rem;color:#000;font-weight:700}.card_item_content span{display:block;font-size:1rem;margin-bottom:8px;color:#000;font-weight:700}.card_item_details{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:10px}.card_item_details span{font-weight:700;display:flex;gap:.5rem}.card_item_details span img{width:20px;height:20px;margin-left:.5rem}.card_item_details button{background-color:#000;color:#fff;border:none;padding:8px 15px;border-radius:5px;cursor:pointer;transition:background-color .3s ease}@media screen and (max-width:768px){.our-cards{padding:5rem 0 1rem}.our-cards h1{font-size:1.5rem}.card_item{width:45%}.card_item_details button{padding:5px;font-size:.8rem}.card_item_content span{font-size:.75rem}.card_item_content h2{font-size:1rem}}