.categorywrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.categorywrap h3 { color: #222; font-family: "Roboto",Sans-serif; font-size: 25px; font-weight: 600; margin: 10px 0; }
.categorywrap p { color: #303030; font-size: 14px;line-height: 1.5; margin-bottom: 0 }
.customwidthtext p { max-width: 980px; margin: 0 auto; }
body .categorywrap img { height: 230px; object-fit: cover; width: 100%; border-radius: 5px; }


@media(min-width:100px) and (max-width:1024px) {
.bannerpost .elementor-posts .elementor-post { flex-direction: column; }
.bannerpost .elementor-post__text { padding-top: 28px; }
.categorywrap { margin-bottom: 40px; }
}
@media(min-width:768px) and (max-width:991px) {
.categorywrap { gap: 30px; grid-template-columns: repeat(2, 1fr); }
.categorywrap h3 { font-size: 20px; }
}
@media(min-width:100px) and (max-width:767px) {
.categorywrap { grid-template-columns: repeat(1, 1fr); gap: 20px; }
}
