body{
	  font-family: var(--creote-family-one) !important;
}
.service_box.style_one .service_content .content_inner h2 a{
	    font-size: 18px;
}

.why_h2{
	font-size: 16px !important;
    font-weight: 400 !important;
}

.proccess_img{
	    width: 70%;
    border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: 1px 2px black;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.mob-hidden{
  display: none !important;
}

.title_all_box.style_six .title_sections .title, .title_all_box.style_six .title_sections h1, .title_all_box.style_six .title_sections h2, .title_all_box.style_six .title_sections h3, .title_all_box.style_six .title_sections h4, .title_all_box.style_six .title_sections h5, .title_all_box.style_six .title_sections h6{
  font-size: 30px;
}
.title_all_box .title_sections h2, .title_all_box.style_one .title_sections h2, .title_all_box.style_two .title_sections h2{
  font-size: 20px !important;
}


}