.offers_module{width:100%}.offers_module .section-grid{display:flex;flex-direction:column;gap:56px;margin:0 auto;max-width:1440px}.offers_module .hero-banner-content{align-items:flex-start;display:flex;flex-direction:column;gap:25px;width:100%}.offers_module .what-we-re-looking{color:var(--textdark);font-family:var(--h2-desktop-font-family);font-size:var(--h2-desktop-font-size);font-weight:var(--h2-desktop-font-weight);line-height:var(--h2-desktop-line-height);text-align:center}.offers_module .rectangle{background-color:var(--alternativeyellow-green);border-radius:100px;height:10px;width:170px}.offers_module .cards-wrapper{display:flex;flex-wrap:wrap;gap:24px;width:100%}.offers_module .card-item{background:#fff;border:1px solid #f5f5f5;border-radius:20px;display:flex;flex:1 1 calc(33.333% - 24px);flex-direction:column;justify-content:center;padding:32px;transition:.3s ease}.offers_module .card-item:hover{transform:translateY(-6px)}.offers_module .card-image{height:120px;margin:0 0 20px;object-fit:contain;width:120px}.offers_module .card-text{font-family:var(--h3-desktop-font-family);font-size:var(--h3-desktop-font-size);font-weight:var(--h3-desktop-font-weight);line-height:var(--h3-desktop-line-height);text-align:left}@media (max-width:1024px){.offers_module .card-item{flex:1 1 calc(50% - 24px)}}@media (max-width:767px){.offers_module .section-grid{padding:32px 0}.offers_module .card-item{flex:1 1 100%}.offers_module .card-text{font-size:var(--h3-mobile-font-size);line-height:var(--h3-mobile-line-height)}}