/*-- TEMPLATE 1 --*/
/*-- fonts --*/
/*-- TEMPLATE 2 --*/
/*-- fonts --*/
/*$font-family-default: 'Open Sans', sans-serif;*/
/*$font-Lato: 'Lato', sans-serif;*/
/*-- TEMPLATE 3 --*/
/*-- fonts --*/
/*$font-family-default: 'proxima_novaregular';*/
/*-- TEMPLATE 1 --*/
/*-- colors --*/
/*-- TEMPLATE 2 --*/
/*-- colors --*/
/*-- TEMPLATE 3 --*/
/*-- colors --*/
/*-- mixin --*/
@media (min-width: 0px) and (max-width: 575px) {
  /*----- GROWTH_START -----*/
  .growth-block-hp {
    padding: 0 0 30px 0;
  }

  .growth-box-hp {
    text-align: center;
  }
  .growth-box-hp .growth-info-hp {
    font-size: 14px;
    line-height: 20px;
  }

  /*----- GROWTH_END -----*/
}
@media (min-width: 576px) and (max-width: 767px) {
  /*----- GROWTH_START -----*/
  .growth-block-hp {
    padding: 0 0 40px 0;
  }

  .growth-box-hp {
    text-align: center;
  }
  .growth-box-hp .growth-info-hp {
    font-size: 14px;
    line-height: 20px;
  }

  /*----- GROWTH_END -----*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*----- GROWTH_START -----*/
  .growth-block-hp {
    padding: 0 0 40px 0;
  }

  .growth-box-hp {
    text-align: center;
  }
  .growth-box-hp .growth-info-hp {
    font-size: 14px;
    line-height: 20px;
  }

  /*----- GROWTH_END -----*/
}
