.our-cards{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:0;padding:3.5rem 0 1rem}.offers_banner{width:100%;margin-bottom:1rem;padding:0}.offers_banner img{width:100%}.our-cards>h1{font-size:1rem;margin-bottom:1rem;font-weight:700;background-color:#001f3f;color:#fff;width:200px;text-align:center;padding:10px 20px;border-radius:16px}.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 button{background-color:#000;color:#fff;border:none;padding:8px 15px;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.card_item_details span{display:flex;justify-content:center;align-items:center;gap:10px}.card_item_details span img{width:20px}.no_offers{text-align:center}.notfound{font-size:1.2rem;color:#000}.no_offers>p{font-size:1.1rem;color:#0074D9;font-weight:700}@media screen and (max-width:768px){.our-cards{margin-top:0;padding:5.5rem 0 1rem}.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}}