@media only screen and (max-width: 600px) {
  .header-mobile{
    background-color:#8cc641;
  }
  .header .header-mobile .menu-mobile .menu-icon{
  	color:#ffffff;
  }
  .svg-icon svg{
    color:#ffffff;
  }
  .footer-mobile{
  	display:none;
  }
  .heading-title{
  	font-size:25px;
  }
   .heading-title ~ p{
  	font-size:20px;
  }
  .btn-get-link{
  	padding: 5px 20px 5px 20px !important;
    font-size:12px;
  }
  .title h2{
   	font-size:25px;
  }
  .box-step{
  	 flex-direction: column;
    align-items: center;
  }
  .box-step-icon{
  	font-size:38px;
  }
  .box-step-content{
  	text-align:center;
  }
  .content{
  	text-align:center !important;
  }
  .step-get-link {
    margin: 10px 0px 10px 0;
  	}
  .widget-wrap{
  	    flex-direction: column;
  }
 }