.module.badge-banner .awards-banner{align-items:center;background-color:var(--yellow-accent);background-position:calc(50% + 70px) 50%;background-repeat:no-repeat;background-size:contain;border-radius:40px;box-sizing:border-box;display:flex;justify-content:space-between;padding:4% 6%;position:relative;width:100%}.module.badge-banner .awards-title-container{box-sizing:border-box;width:43%}.module.badge-banner .awards-title{color:var(--text-dark);line-height:1.1;margin:0}.module.badge-banner .awards-badges-pill{align-items:baseline;background-color:#fff9e6;border-radius:50px;box-sizing:border-box;display:flex;gap:10px;justify-content:space-around;padding:2% 4%;width:45%}.module.badge-banner .badge-item{align-items:center;display:flex;justify-content:center;width:calc(25% - 10px)}.module.badge-banner .badge-item img{display:block;height:auto;max-width:100%}@media (max-width:768px){.module.badge-banner{padding:0 1em}.module.badge-banner .awards-banner{flex-direction:column;gap:30px;padding:8% 6%;text-align:center}.module.badge-banner .awards-title-container{width:100%}.module.badge-banner .awards-badges-pill{padding:4%;width:100%}}