.clinical-standards{
  padding:0;

  .flexible-layout{
    margin-bottom:0;
    .feature-text-paired{
      margin-left:0;
    }
    .column{
      margin-bottom:0;

      h2{
        font-weight: 600;
        font-size: 40px;
        line-height: 1.2;
        letter-spacing: 8px;
        text-transform: uppercase;
        margin-bottom:15px;
        margin-top:1rem;
      }
      p{
        font-weight: 500;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 1px;
      }
    }
  }
}

@media screen and (max-width: 760px) {
  .clinical-standards{
    display:flex;
    flex-direction:row-reverse;
    .feature-text-paired{
      padding:30px 0px 0px 0px;
    }
    h2{
      font-weight: 500;
      font-size: 32px !important;
      letter-spacing: 4px !important;
      line-height: 37px !important;
    }
    .rte p{
      font-size: 16px !important;
      margin:0;
    }
  }
}