@media(max-width: 1024px){
.hero-content{
margin-bottom:120px !important;
}
}
@media(max-width: 425px){
.hero-content{
margin-bottom:150px !important;
}
}
@media(max-width: 320px){
.hero-content{
margin-bottom:170px !important;
}
}

.single-blog img{ 
    max-width: 1100px;
    max-height: 578px;
    margin: 30px auto;
    width: 100%;
}



    	#ckeditors a{
    	   color: blue ! important;
    	}
    	
    	#ckeditors p:last-child a {
	    margin-bottom: 0;
	    margin-top:20px;
	    background: #086AD8;
	    padding: 5px 20px;
	    border-radius: 5px;
	    cursor: pointer !important;
	    color: white ! important;
	    box-shadow: 5px 5px 10px black;
           text-decoration: none !important;
	}
	
	.single-blog-item .post-info .post-title {
	    margin-bottom: 0px;
	    font-size: 23px;
	    text-transform: capitalize !important;
	}
	.blog-post h2,.blog-post h3{
	    font-size: 20px;
	}
	.blog-post h4 {
	    font-size: 18px;
	    font-weight: bold;
	}
   

@media(max-width: 578px){
body{font-size:14px}
.single-blog-item .post-info .post-title{
	font-size:20px;
}
.blog-post h2,.blog-post h3{
	    font-size: 18px;
	}
	.blog-post h4 {
	    font-size: 16px;
	}
}