@media(max-width: 428px){
  section.std-section{
    padding: 2.5rem 0;
  }
  #header{
    /*padding-top: 5rem;*/
  }
  #header .tf{
    font-size: 0.8rem;
    max-width: 100%;
  }

   #header .tl{
    font-size: 4rem;
    max-width: 100%;
  }

  /*.therapy-photo{
    border:6px solid #d9e0db;
    border-radius: 0.750rem;
    padding: 10px;
  }*/
  #coaching-items i {
    margin-left: -2.5rem;
    opacity: .7;
    margin-top: 0.2rem;
  }
  
  .separator-top-flip{
    height: 4rem;
  }

  .ont-steps .ont-step:not(:last-child) .sborder:before {
    display: none;
  }

}