.post_query_section{& .section_inner{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:3rem;margin-bottom:5rem;@media (max-width:991px){flex-direction:column}& .post_block{position:relative;overflow:hidden;@media (min-width:992px){width:calc(33.33% - 2rem);height:72rem}@media (max-width:991px){width:100%;height:45rem}&:hover{& .post_overlay{opacity:1}}& .post_overlay{position:absolute;width:100%;height:100%;background:rgba(46,46,46,0.4);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;opacity:0;& h3,& p{width:100%;text-align:center;color:var(--white)}& h3{width:100%;background:var(--primary);font-size:2.4rem;font-family:"Circular Std",arial,sans-serif;font-weight:400;padding:2rem;margin:0 0 3rem;line-height:1.5}}& img{width:100%;height:100%;object-fit:cover;object-position:center}}}.call_to_action_buttons{display:flex;align-items:center;justify-content:center}}