.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link::after {
  display: none !important;
}
.elementor-post.elementor-grid-item  .elementor-post__thumbnail img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}


/* media css */
@media screen and (max-width: 767px) {
	h2 {
  font-size: 28px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
}