@media screen and (min-width:1920px){
	.image-heder-blog img{
		width: 100%;
	}
}
@media screen and (max-width:1920px){
	.image-heder-blog img{
		width: auto;
	}
}
.cancel-icon img{
	width:18px;
	height:18px;
}
.image-heder-blog{
	max-width:46%;
}
@media screen and (min-width:1708px) and (max-width:1920px){
		
	.image-heder-blog {
    left: 57%;
	}
}
@media screen and (max-width: 2000px) and (min-width: 2000px){
	.big-blog-header .image-heder-blog{
		max-width:46%;
	}
}

.bold-text{
	  font-weight: 600!important;
}