h2.category_name{font-size:var(--font-size-8);}.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[data-type="release-notes"] .post{background-color:var(--navy-2);}.post_type_list[data-type="release-notes"] .post .button.button_color_2:hover{background-color:var(--navy-1);}.post_type_list .post{background-color:var(--navy-1);color:var(--white-1);position:relative;}.post_type_list .post .content{padding:30px 30px 110px 30px;}.post_type_list .post h2{font-size:var(--font-size-7);font-weight:var(--font-weight-3);margin-block:0 20px;}.post_type_list .post h2 small{font-family:"Open Sans", Arial, sans-serif;font-weight:var(--font-weight-1);font-size:var(--font-size-4);display:block;}.post_type_list .post .button_container{border-top:solid 1px rgba(255, 255, 255, 0.4);width:calc(100% - 60px);position:absolute;padding-top:20px;margin-top:10px;bottom:30px;}