.blog-related-posts h2{font-size:2.4rem;font-weight:700;margin-bottom:2rem}.artivle_list_box{grid-gap:2.4rem;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;padding:0 2rem}.artivle_list_box--post{background:#fff;border-radius:3px;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);overflow:hidden}.artivle_list_box--post--img{aspect-ratio:2/1;overflow:hidden}.artivle_list_box--post--img img{height:100%;object-fit:cover;transition:all .3s ease-in;width:100%}.artivle_list_box--post:hover{opacity:.7}.artivle_list_box--post>a,.artivle_list_box--post>a:hover *{color:#000}.artivle_list_box--post--title{font-weight:700;padding:2rem}@media(max-width:480px){.panel{margin:0 auto;width:90%}.artivle_list_box{display:block}.artivle_list_box--post{margin-bottom:1rem}.artivle_list_box--post>a{display:flex}.artivle_list_box--post--img{aspect-ratio:1/1;width:45%}.artivle_list_box--post--title{padding:1rem;width:55%}}