<style>
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
/* @import url('http://example.com/example_style.css'); */
.blog-index__post-image .blog-index__post-image--large {
  background-size: contain !important;
  background-color: #141414 !important;
}
#hero-text h2>span{
  color: #000;
}
#hero-text{
  height: 600px !important;
}
#hero-text .hhs-fs-bg-outer {
   display: block !important;
}
#hero-text p span{
  color: #000 !important;
}
div#boxes-sec {
    margin-top: -10px;
}
#boxes-sec .col-inner {
    padding: 15px !important;
    box-shadow: 0px 0px 5px 1px #e7e7e7;
    background: #fff;
    text-align: right;  
}
#boxes-sec h4 { 
    font-weight: bold;
}
#boxes-sec .hhs-text-content{
    text-align: left;
}
#boxes-sec .hhs-icon-con svg {
    background: #7196ad;
    padding: 10px;
}
#hero-text a, #control a{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
    border-width: 0px;
    line-height: 1.5em;
    font-family: sans-serif;
    padding: 15px 25px;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
    letter-spacing: 2px;
    text-transform: uppercase;
}

#hero-text a:hover, #control a:hover{
  background: #000;
  color: #fff;
}
#financial span.horiz-line {
    width: 10%;
    border: 2px solid #000;
    display: block;
    margin: 0 auto;
}
#success-box span.number {
    border-radius: 50%;
    padding: 15px 35px;
    background: #7297ae;
    border: 3px solid #7297ae;
    color: #fff;
    font-size: 50px;
}

.blog-index__post-image {
  height: 500px;
  width: 500px;
}

/* Responsive CSS */
@media (max-width: 1370px){
#hero-text {
    height: 600px !important;
    padding: 30px !important;
   
}
  #boxes-sec {
    padding:0px !important;
}
@media (max-width: 1200px)
{
  #boxes-sec .col-inner {
    padding: 10px 30px 20px;
  }
  #hero-text{
  height: 600px !important;
}
}
@media (max-width: 992px){
.container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px 0px !important;
}
.row-number-16.dnd-section, .row-number-11.dnd-section, .row-number-26.dnd-section {
    max-width: 100% !important;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
#boxes-sec .c1, #boxes-sec .c2 {
    margin-bottom: 10px !important;
}
#hero-text h2 span{
    font-size: 50px;
    line-height: 1em;
}
#hero-text h6 span{
     font-size: 28px;
}
#hero-text p span{
    font-size: 20px;
}
#boxes-sec h4 { 
    font-size: 24px;
}
#success-box .col-lg-4, #services .col-lg-4 {
    margin-bottom: 80px !important;
}
#success-box .col-lg-4.c3,  #services .col-lg-4.c3{
    margin-bottom: 20px !important;
}
.row-number-11.dnd-section p.improve-text{
    font-size: 28px;
  }
.grow-business .hhs-rich-text span br {
    display: none;
}
}
@media (max-width: 880px){
  #financial h4 span, .row-number-26.dnd-section p.about-kaizen span, #financial h4 span {
    font-size: 34px !important;
    line-height: 1em;
}
#boxes-sec .col-inner {
    padding: 10px 10px 10px;
}
#hero-text h2 {
    line-height: 48px;
}
#hero-text h2 span {
    font-size: 45px;
    line-height: 0;
}
#main-content .row-number-24.dnd-section .widget-type-rich_text {
    padding: 100px 50px !important;
}
}
@media (max-width: 550px){
 #hero-text{
  height: 600px !important;
}
}
@media (max-width: 480px){
  #main-content .row-number-16.dnd-section .widget-type-rich_text {
    padding: 80px 50px !important;
}
}