.resource_section{padding:130px 0 140px;position:relative;background-color:#f2f2f2}@media (max-width:1440px){.resource_section{padding:100px 0 110px}}@media (max-width:1200px){.resource_section{padding:80px 0 90px}}@media (max-width:992px){.resource_section{padding:60px 0 65px}}.resource_section .blog_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;padding-top:25px}@media (max-width:1050px){.resource_section .blog_grid{grid-template-columns:100%}}.resource_section article{display:flex;flex-direction:column;height:100%}.resource_section .blog_card{display:flex;flex-direction:row;background-color:#fff;border-radius:20px;overflow:hidden;color:inherit;height:100%;align-items:stretch;box-shadow:0 5px 15px rgb(0 0 0 / .03);transition:transform 0.3s ease,box-shadow 0.3s ease}.resource_section .blog_card:hover{transform:translateY(-4px);box-shadow:0 12px 25px rgb(0 0 0 / .08)}.resource_section .blog_card .thumb_box{width:55%;flex-shrink:0;position:relative;background-color:#f2f2f2;overflow:hidden;aspect-ratio:16 / 9}.resource_section .blog_card .thumb_box img{width:100%;height:100%;object-fit:cover;transition:opacity 0.3s ease}.resource_section .blog_card:hover .thumb_box img{opacity:.8}.resource_section .blog_card .content_box{width:45%;padding:15px 20px;display:flex;flex-direction:column;justify-content:center}@media (max-width:1200px){.resource_section .blog_card .content_box{padding:15px}}@media (max-width:600px){.resource_section .blog_card{flex-direction:column}.resource_section .blog_card .thumb_box{width:100%;height:auto}.resource_section .blog_card .content_box{width:100%;padding:20px}}.resource_section .blog_card .blog_title{font-size:18px;line-height:1.35;margin-top:10px;margin-bottom:10px;color:#000f2e}@media (max-width:1200px){.resource_section .blog_card .blog_title{font-size:16px}}.resource_section .cat_reading_box .cats_box span{color:#3f79f9;font-weight:600;font-size:14px}