

.terms-container {
    font-family: 'Open Sans', sans-serif;
    color: #262626;
  }
  
  main.header-offset.content-wrapper.about-wrapper {
    background: #f7f7f7;
    padding: 15px 15px;
    text-align: justify;
    box-shadow: 0px 0px 7px #11111191;
    margin: 10px 0px;
    border-radius: 6px;
}
li {
    padding: 0px 0px 15px;
}
  .terms-title h1{
    font-size: 18px;
    font-family: "RobotoCondensed-Bold";
    text-align: center;
    font-weight: bold;
    letter-spacing: 10px;  
  }
  
  .terms-body h4 {
    color: #111;
    font-size: 16px;
    line-height: 25px;
  }
  ul {
    margin: 0;
    padding: 0px 15px;
}
footer {
    background: #b7b7b7;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer p {
    padding: 10px 0px;
}
  
  .terms-body h3{
   
    color: #262626;
    font-weight: bold;
    text-align: left;
    margin-bottom:20px;
    font-size: 16px;
  }
  
  .terms-body p{
    font-size: 14px;
    line-height: 25px
  }
  
  .terms-body a{
    color: #EB573D;
  }
  
  .terms-body a:hover{
    color: #EB573D;
    text-decoration: none;
  }
  
  .terms_footer h3 {
    margin-top: 60px;
    margin-bottom: 125px;
    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;
  }