/* 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 */ .paragraph--site-m3-academy, .paragraph--a-m3-academy { font-weight: 400; font-size: 14px; line-height: 38px; color: #FFFFFF; margin: 0; } .container--footer-1, .container--footer-2 { justify-content: center; } .paragraph--footer-1, .paragraph--footer-2 { font-weight: 700; font-size: 12px; line-height: 20px; text-align: center; color: rgba(255, 255, 255, 0.45); margin: 0; } .paragraph--footer-2 { font-weight: 400; } .paragraph--marcas-text { font-weight: 400; font-size: 14px; line-height: 38px; color: #FFFFFF; margin: 0 0 4px; } .paragraph--autores { margin: 0; font-weight: 400; font-size: 10px; line-height: 12px; color: #FFFFFF; display: flex; align-items: center; gap: 8px; } .image--autores { height: 16px; } .container--title-prateleira { display: flex; justify-content: center; } .container--title-prateleira .paragraph--title-prateleira { font-size: 24px; line-height: 38px; margin: 0 0 32px; color: #575757; } @media screen and (max-width: 1024px) { .container--title-prateleira .paragraph--title-prateleira { margin: 0 0 24px; } } @media screen and (max-width: 768px) { .container--title-prateleira .paragraph--title-prateleira { font-size: 20px; margin: 0 0 16px; } }