.main-wrapper>.header-wrapper{text-align:center}.main-wrapper>.offers-wrapper{justify-content:space-evenly;gap:20px;align-items:flex-start;display:flex}@media(max-width:768px){.main-wrapper>.offers-wrapper{flex-direction:column}}.main-wrapper>.offers-wrapper>.offer-card{padding:20px 0;border:1px solid #ececec;color:#000;transition:transform .25s ease;background-color:#ececec;border-radius:12px}.main-wrapper>.offers-wrapper>.offer-card>.offer-card-content{text-align:center}.main-wrapper>.offers-wrapper>.offer-card>.offer-card-content>img{height:100%;max-height:600px;-o-object-fit:contain;object-fit:contain;border-radius:12px;width:100%}.main-wrapper>.offers-wrapper>.offer-card:hover{transform:translateY(-15px)}