.post_type_list{grid-template-columns:repeat(3, 1fr);display:grid;gap:40px;}@media (max-width:1240px){.post_type_list{grid-template-columns:repeat(2, 1fr);}}@media (max-width:768px){.post_type_list{grid-template-columns:repeat(1, 1fr);}.post_type_list > *{width:min(520px, 100%);margin-inline:auto;}}.post_type_list .image_container{background-color:var(--grey-4);position:relative;overflow:hidden;}@media (max-width:480px){.post_type_list .image_container{aspect-ratio:1.3333333333;}.post_type_list .image_container img{max-width:none;height:100%;width:auto;}}.post_type_list .image_container svg{display:block;height:auto;width:100%;}.post_type_list .image_container img{position:absolute;object-fit:cover;height:100%;width:100%;left:0;top:0;}.post_type_list .post{background-color:rgba(0, 0, 0, 0.9);color:var(--white-1);position:relative;}.post_type_list .post .content{padding:30px 30px 120px 30px;}@media (min-width:1560px){.post_type_list .post .content{padding:30px 30px 80px 30px;}}.post_type_list .post .article_link{width:calc(100% - 60px);align-items:center;flex-flow:row wrap;display:flex;gap:20px;position:absolute;bottom:30px;}.post_type_list .post .article_link > *:last-child{margin-left:auto;}.post_type_list .post .article_link small{font-size:var(--font-size-3);text-transform:uppercase;}.post_type_list .post .article_link small::before{background-color:var(--grey-3);width:min(100px, 50%);margin-bottom:10px;display:block;content:"";height:2px;}@media (max-width:1560px){.post_type_list .post .article_link{width:100%;flex-flow:wrap;}.post_type_list .post .article_link > *:last-child{margin-left:0;}.post_type_list .post .article_link > *:first-child{width:100%;}}.post_type_list .post h2{font-size:var(--font-size-11);font-weight:var(--font-weight-3);margin-block:0 20px;}