.everything-you-need{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;color:var(--primary-pink);background-color:var(--background-white)}.everything-you-need h2{font-family:MadeTommy-bold;font-size:2rem}.everything-you-need h3{font-family:MadeTommy-bold;max-width:500px;font-size:1.4rem}.everything-you-need p{font-family:MadeTommy-regular;max-width:500px;text-align:center}.container{position:relative;display:flex;align-items:flex-start;gap:10px;width:100%;max-width:850px;overflow-x:scroll;cursor:grab;transition:all .2s;will-change:transform;scroll-behavior:smooth}.container img{border-radius:8px;width:100%;-o-object-fit:cover;object-fit:cover}.active{cursor:grabbing;cursor:-webkit-grabbing}.container::-webkit-scrollbar{display:none}.banners{display:grid;grid-template-rows:1fr;grid-template-columns:1fr}.banners .banner-container{grid-row:1/2;grid-column:1/2;width:100%;display:flex;justify-content:center}.banners .banner-container img{height:auto;max-height:400px;width:100%;max-width:446px}.carrousel-buttons{color:#fff;display:flex}