/* 0 - 600PX: Phone 600 - 900px: Table portrait 900 - 1200px: Tablet landscape [1200 - 1800] is where our nortal styles apply 1800px + : Big desktop */ /* Media Query M3 */ /* Grid breakpoints */ .newsletter { background: black; border-bottom: 1px solid #FFFFFF; margin: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; } .container { max-width: 100%; padding: 0; margin: 0; } .label { font-family: "Open Sans"; font-style: normal; font-weight: 400; font-size: 24px; line-height: 38px; text-align: center; color: #FFFFFF; border: none; } .label::after { content: "Receba ofertas e novidades por e-mail"; font-family: "Open Sans"; font-style: normal; font-weight: 400; font-size: 18px; line-height: 25px; text-align: center; color: #929292; display: flex; flex-direction: column; gap: 16px; margin-top: 16px; } .productDescriptionTitle { font-family: "Open Sans"; font-style: normal; font-weight: 400; font-size: 24px; line-height: 32px; color: #575757; margin-bottom: 8px; } .productDescriptionText { text-align: left; }