.custom-blog-list .elementor-post__card {
    padding-top:0px;
    padding-bottom:0px;
}

.custom-blog-list .elementor-post__card a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    padding-bottom: 56%!important;
}

.custom-blog-list .elementor-post__card .elementor-post__text {
    margin: 0!important;
    height: 100%;
    display: flex;
    min-height: 340px;
    padding-top: 30px;
	padding-bottom: 30px;
    flex-wrap: wrap;
}

.custom-blog-list .elementor-post__card h3.elementor-post__title a {
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.custom-blog-list .elementor-post__card .elementor-post__excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 106px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	    opacity: 0;
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail img.attachment-full.size-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-blog-list .elementor-post__card .elementor-post__text {
    margin: 0!important;
}

.custom-blog-list .elementor-post__card a.elementor-post__read-more {
    margin-bottom: 0;
    color: #FAD045;
    font-size: 15px;
    font-weight: bold;
}

.custom-blog-list a.elementor-post__thumbnail__link {
    position: absolute;
    margin: 0;
    bottom: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.custom-blog-list .elementor-post__card:hover a.elementor-post__thumbnail__link {
    bottom: -100%;
}

.custom-blog-list .elementor-post__card:hover .elementor-post__excerpt p {
	    opacity:1;
}

@media screen and (max-width:767px) {

.custom-blog-list .elementor-post__card .elementor-post__text {
    margin: 0!important;
    height: 100%;
    display: flex;
    min-height:275px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.custom-blog-list .elementor-post__card .elementor-post__excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 106px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
}


}


@media screen and (min-width:768px)  and (max-width:850px) {
	.custom-blog-list .elementor-post__card .elementor-post__text {
    margin: 0!important;
    height: 100%;
    display: flex;
    min-height:300px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
}


@media screen and (min-width:1024px)  and (max-width:1280px) {
	.custom-blog-list .elementor-post__card .elementor-post__text {
    margin: 0!important;
    height: 100%;
    display: flex;
    min-height:380px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
}