.newsletter { background-color: #353a31; color: var(--color-main-font); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1rem; } .newsletter p { font-size:26px; max-width: 50%; text-align: center; margin-top:0px; } @media (max-width: 1024px) { .newsletter p { font-size:20px; max-width: 850%; } }