.notFount{height:150px;display:flex;justify-content:center;align-items:center;border-radius:10px;color:var(--primary);font-size:35px;font-weight:700}.offers .boxes{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}@media only screen and (min-width:640px){.offers .boxes{grid-template-columns:1fr 1fr}}@media only screen and (min-width:992px){.offers .boxes{grid-template-columns:1fr 1fr 1fr}}