.post-item{-webkit-animation:scale-in-center .5s cubic-bezier(.25,.46,.45,.94) both;animation:scale-in-center .5s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes scale-in-center{0%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-in-center{0%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.custom-loader{animation:s2 1s linear infinite;border:8px solid #e4e4ed;border-radius:50%;border-right:8px solid var(--secondary);height:50px;width:50px}@keyframes s2{to{transform:rotate(1turn)}}a.load-more{margin-top:50px;opacity:0}a.load-more.active{opacity:1}.blog_section{padding:60px 0 100px}.blog_section .blog_list{grid-column-gap:30px;grid-row-gap:35px;display:grid;grid-template-columns:repeat(3,1fr)}.blog_section .blog_list .box{background:#fff;border-radius:5px;box-shadow:0 3px 10px 0 rgba(0,0,0,.1);overflow:hidden;transition:all .4s ease}.blog_section .blog_list .box:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,.3)}.blog_section .blog_list .box .image img{height:260px;object-fit:cover;width:100%}.blog_section .blog_list .box .image{line-height:0}.blog_section .blog_list .box .bottom{min-height:300px;padding:30px 30px 80px;position:relative}.blog_section .blog_list .box .bottom h3{font-size:24px;line-height:1.4;margin-bottom:15px}.blog_section .blog_list .box .bottom h3 a{color:#000;text-decoration:none;word-break:break-word}.blog_section .blog_list .box .bottom .text{color:#6e6e6e;font-size:14px;line-height:1.5}.blog_btn a{bottom:30px;color:#79c6c0;font-size:15px;font-weight:600;left:30px;position:absolute;text-decoration:none}@media(max-width:991px){.blog_section .blog_list{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.blog_section .blog_list{grid-template-columns:1fr}.blog_section .blog_list .box .bottom{min-height:auto;padding:20px 20px 50px}}