body#tinymce.wp-editor { 
    font-family: 'Raleway', sans-serif !important;
    margin: 10px; 
}

body#tinymce.wp-editor a {
    color: #5E5340;
}
.header { 
  padding: 0px 0; 
}
.header .nav ul { 
  margin:17px 0 0; 
}
.services .container{
	display: flex;
width: 100%;
flex-wrap: wrap;
}
.services .hey-title, .services .new-line { 
  width: 100%;
}
.blog-date { 
  display: flex;
}
	.blog-date .date {  
  font-size:14px !important; 
}
@media (max-width:767px){
	.services .hey-title {
		font-size: 60px !important;
	}
}
@media (max-width:479px){
.header { 
  padding: 10px 0px 0px !important; 
	}
	.toggle a { 
  margin-top: 5px !important; 
}
	.header .aligner {
  width: 100% !important;
}
	.services-box {
  width: 90% !important; 
  padding: 15px 25px !important; 
}
	.blog-date { 
  display: flex;
}
	.blog-date .date {  
  font-size:14px !important; 
}
}