.single-news .prev_next_post{width:100%;max-width:210px;margin:110px auto 0;display:flex;align-items:center;justify-content:center}.single-news .prev_next_post i{font-size:25px}.single-news .prev_next_post .prev_post a,.single-news .prev_next_post .next_post a{border:1px solid #333;padding:5px 15px;border-radius:20px;color:#262626;text-decoration:none}.single-news .prev_next_post .prev_post{margin-right:auto}.single-news .prev_next_post .next_post{margin-left:auto}.single-news .fa-chevron-circle-right::before,.single-news .fa-chevron-circle-left::before{color:#333;transition:.3s}.single-news .prev:hover .fa-chevron-circle-left::before{color:#333}.single-news .next:hover .fa-chevron-circle-right::before{color:#333}.single-title{display:grid;grid-template-areas:"date date" "category title";grid-template-columns:.205fr 1fr;align-items:center;gap:5px 25px;padding-bottom:16px;border-bottom:2px solid #ebebeb;margin-bottom:32px}@media screen and (max-width: 1024px){.single-title{display:flex;flex-wrap:wrap;justify-content:center;gap:5px 15px}}.single-title .date{grid-area:date;margin:0}.single-title .news-category{grid-area:category;margin:0;padding:4px 0;width:130px;text-align:center}.single-title h1{grid-area:title;font-size:30px;margin:0;text-align:left}@media screen and (max-width: 1024px){.single-title h1{font-size:22px;text-align:center;width:100%}}