.offer-card[data-v-f3f1960a]{border-radius:8px;display:flex;flex-direction:column;margin-bottom:1rem;overflow:hidden;transition:all .2s ease-in-out;width:48%}.offer-card .image[data-v-f3f1960a]{aspect-ratio:9/16;position:relative}.offer-card .image img[data-v-f3f1960a]{aspect-ratio:9/16;box-shadow:0 4px 8px -2px rgba(0,0,0,.102);display:block;-o-object-fit:cover;object-fit:cover;width:100%}.offer-card .body[data-v-f3f1960a]{align-items:center;background-color:rgba(207,165,57,.09);color:var(--primary-color);display:flex;flex-grow:1;justify-content:space-between;transition:all .2s ease-in-out}.offer-card .body h3[data-v-f3f1960a]{font-size:1rem}.offer-card .body .offer-btn[data-v-f3f1960a]{background:var(--primary-color);border:1px solid var(--primary-color);border-radius:8px;color:var(--light-color);padding:.4rem .7rem;transition:all .2s ease-in-out;white-space:nowrap;width:-moz-max-content;width:max-content}.offer-card .body .offer-btn[data-v-f3f1960a]:hover{background:transparent;color:var(--primary-color)}@media(max-width:567.98px){.offer-card[data-v-f3f1960a]{width:100%}}