.header-offset{
  width: 100%;
  display: flex;
}
.terms-container {
    padding: 3rem;
    font-family: 'Open Sans', sans-serif;
    color: #262626;
    max-width: 1200px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
  }
  .terms-title h1 {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    letter-spacing: 10px;
    font-weight: 700 !important;
    margin-bottom: 25px;
  }
  .terms-body h4 {
    color: #EB573D;
    font-size: 16px;
    line-height: 25px;
    font-weight: 200 !important;
    font-family: 'Poppins', sans-serif;
  }
  .terms-body h3 {
    font-family: 'Poppins', sans-serif;
    color: #262626;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0px;
    font-size: 15px;
    margin-top: 25px;
    font-weight: 700;
  }
  .terms-body p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    padding: 0;
    color: rgba(0, 0, 0, 0.757);
  }
  .terms-body a {
    color: #EB573D;
  }
  .terms-body a:hover {
    color: #EB573D;
    text-decoration: none;
  }
  .terms_footer h3 {
    margin-top: 60px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.5;
    color: #262626;
  }
  .terms_footer h3 a:link {
    color: #EB573D;
    text-decoration: none;
  }
  