.products-overview{padding:60px 0}.products-overview .title-head h2{text-transform:uppercase;font-weight:700}.products-overview .posts-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.products-overview .post-box{border:1px solid #eee;border-radius:10px;background:#fff}.products-overview .post-thumbnail .post-color{height:200px;background:var(--primary-color)}.products-overview .post-content{display:block;background:#fff0;outline:none;margin:0;padding:0;position:static}.products-overview .post-content .main-content{padding:15px;position:static;transform:none;left:auto;right:auto;top:auto;bottom:auto}.products-overview .post-title a,.products-overview p.post-para{color:#000}.project-top-text{display:flex;align-items:center;justify-content:center;font-size:28px;color:#000;font-weight:700;position:relative;font-family:"Playfair Display",serif}.project-top-text::before,.project-top-text::after{content:"";border-bottom:2px solid var(--primary-color);width:5%;margin:15px 10px 0 10px}@media screen and (max-width:900px){.products-overview .posts-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.products-overview .posts-wrapper{grid-template-columns:repeat(1,1fr)}}