.main { max-width: 1200px; margin: 0 auto; } .article__category-title { text-decoration: underline; text-decoration-thickness: 0.0625rem; text-underline-offset: 0.25rem; transition: all 0.3s ease-in-out; padding: 30px 0 15px 0; display: flex; justify-content: center; font-size: 1.40028rem; font-weight: 600; } .article__title { font-size: 3.75rem; line-height: 0.9; font-weight: 600; text-align: justify; padding: 20px 0 30px 0; } .article__description { font-size: 1.625rem; line-height: 1; padding: 0 0 20px 0; } .article__author { display: flex; gap: 10px; width: 100%; margin-bottom: 0.625rem; padding-right: 0.3125rem; text-align: left; font-size: 14px; line-height: 1.2; letter-spacing: 0.0375rem; margin-right: 0.625rem; text-transform: uppercase; font-weight: 650; } .article__author-name { text-decoration: underline; } .article__author-published { color: rgba(0, 0, 0, 0.54); } .article__img { width: 100%; padding: 10px 0; } .article__text { font-size: 1.225rem; line-height: 1.6; padding: 10px 0; text-align: justify; }