.read-more-btn {
    position: absolute;
    bottom: 5px;
    left: 20px;
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
    cursor: pointer;
    z-index: 1;
    /* display: none; */
    font-size: 13px;
}

.jeg_hero_wrapper .read-more-btn {
	color: #7a7a7a !important;
}

.read-more-btn:hover,
.jeg_hero_wrapper .read-more-btn:hover {
	color: #ffcf19 !important;
}

.jeg_postblock_content::before {
    content: none !important; /* completely removes the pseudo-element */
}

.jeg_postblock_content {
    position: relative;
	padding-bottom: 32px !important;
}


.jnews_category_content_wrapper .jeg_thumb img.wp-post-image {
    width: 100% !important;
    height: 230px;
    object-fit: cover;
    display: block;
}

@media (min-width: 1025px) {
  .jnews_category_content_wrapper .jeg_thumb img.wp-post-image {
      height: 230px;
  }
}

@media (max-width: 1024px) {
  .jnews_category_content_wrapper .jeg_thumb img.wp-post-image {
      height: 200px;
  }
}

@media (max-width: 1040px) {
	.jnews_category_content_wrapper .jeg_post_title {
		font-size: 12px !important;
		line-height: 1.1;
	}
	
	.jnews_category_content_wrapper .jeg_post {
		padding: 0 5px !important;
	}
	
	.jnews_category_content_wrapper .jeg_postblock_content {
		padding: 8px 10px 26px 20px  !important;
	}
}

@media (max-width: 430px) {
	.jeg_hero_wrapper .jeg_post_title a {
		font-size: 10px !important;
	}
}

@media (max-width: 340px) {
	.jeg_hero_wrapper .jeg_post_title {
		line-height: 1 !important;
	}
	
	.jeg_hero_wrapper .jeg_post_title a {
		font-size: 10px !important;
		line-height: 1;
	}
	
	.jnews_category_content_wrapper .jeg_post_title {
		font-size: 14px !important;
	}
	
	.jnews_category_content_wrapper .jeg_postblock_content {
		padding-bottom: 0 !important;
	}
}