.home_page .category_section{display:flex;flex-direction:column}.home_page .category_section .share_arc{margin:20px 0}.home_page .category_section .share_arc a{font-size:var(--h5);font-weight:900;display:flex;align-items:center;gap:6px}.home_page .category_section .articles_sections{display:flex;flex-direction:row;gap:var(--gap)}.home_page .category_section .articles_sections>*{flex:1}.home_page .category_section .articles_sections>*:first-child .arc-block-time{justify-content:start}.home_page .category_section .articles_sections .main_articles6{grid-template-columns:1fr 1fr}.home_page .category_section .articles_sections .main_articles6>*:first-child{grid-column:auto}.home_page .category_section .articles_sections .main_articles6 article .subtitle{display:none}@media (max-width:768px){.home_page .category_section .articles_sections{flex-direction:column}}