

.cms {
  margin: 0 75px;
  h2 {
    font-family: $font_text;
    font-weight: $bold;
    margin-top: 70px;
    margin-bottom: 45px;
  }

  h3 {
    font-family: $font_text;
    font-weight: $bold;
  }
  p {
    margin-top: 0px;
    font-family: $font_text;
    font-size: 16px;
    font-weight: $light;
  }

  h5 {
    color: $text_color;
    font-family: $font_text;
    font-weight: $bold;
    font-style: normal;
    margin-top: 15px;
  }

  a {
    text-decoration: none;
    color: $text_color;
    font-family: $font_text;
    font-weight: $light;
  }
}

.legal{
    color: $text_color;
    font-family: $font_text;
     
}