@media (max-width: 1440px){
	.blog-content h4{
		height: 76px;
	}
}
@media (max-width: 1024px) and (min-width: 981px){
	.blog-detail-wrapper .blod-detail-description img{
		height: 400px;
	}
	section.blog-wrapper .head-sec{
	    width:90%;
	}
}
@media (max-width: 768px){
    section.blog-wrapper .head-sec{
	    width:90%;
	}
	.blog-detail-wrapper .blod-detail-description img{
		height: 400px;
	}
	.blog-content h4 {
    height: 62px;
}
section.blog-wrapper .newsletter{
    max-width: 550px;
}
}
@media (max-width: 540px){
	.blog-wrapper .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
}
.blog-content h4 {
    height: auto;
}
.blog-content p{
	max-height: 100%;
}
section.blog-detail-wrapper .col-lg-8.col-xs-12.col-md-12, section.blog-detail-wrapper .col-lg-4.col-xs-12.col-md-12{
	padding: 0px;
}
.blog-detail-image img{
	height: 300px;
}
.feat_blog_con p span {
    margin-right: 0;
    display: block;
}
.blog-detail-wrapper .blod-detail-description img {
    height: 300px;
}
section.blog-wrapper .newsletter{
    max-width: 100%;
}
section.blog-wrapper form{
    flex-direction: column;
    gap:15px;
}
}
@media (max-width: 360px){
	.blog-detail-image img, .blog-detail-wrapper .blod-detail-description img{
		height: 250px;
	}
}