.blog-article-select{display:flex;gap:32px}@media (max-width:1024px){.blog-article-select{flex-direction:column;gap:56px}}.blog-article-select__first-article,.blog-article-select__second-article{flex:1 1 0%}.blog-article-select__first-article>img,.blog-article-select__second-article>img{width:100%;border-radius:12px}.blog-article-select__post_info{display:flex;justify-content:space-between;margin-top:24px}.blog-article-select__category{background-color:#EDEDF8;color:#4B4B88;font-size:12px;line-height:20px;font-weight:700;padding:2px 8px;border-radius:4px;visibility:hidden}.blog-article-select h3{margin:16px 0;font-weight:900;font-size:32px;color:#201F68;line-height:40px}@media (max-width:1024px){.blog-article-select h3{font-size:20px;line-height:28px}}.blog-article-select__excerpt{font-weight:400;line-height:28px;color:#4B4B88;font-size:20px;margin-bottom:16px}@media (max-width:1024px){.blog-article-select__excerpt{font-size:16px;line-height:24px}}.blog-article-select__post-date{color:#4B4B88;font-size:12px;line-height:20px;font-weight:700;display:flex;flex-direction:row;align-items:center;gap:4px}.blog-article-select__link-wrapper{display:flex;flex-direction:row;justify-content:start;align-items:center;gap:4px}.blog-article-select__link-wrapper img{display:block}.blog-article-select__link{border-bottom:dotted 2px #5856E8}.blog-article-select__content-wrapper{display:flex;flex-direction:column;justify-content:space-between;min-height:300px}