.terms-container {
    font-family: 'Open Sans', sans-serif;
    color: #262626;
}

.terms-title h1 {
    font-size: 28px;
    font-family: "RobotoCondensed-Bold";
    text-align: center!important;
    font-weight: bold;
    letter-spacing: 10px;
}

.terms-body h4 {
    color: #EB573D;
    font-size: 16px;
    line-height: 25px;
}

.terms-body h3 {
    font-family: "RobotoCondensed-Bold";
    color: #262626;
    font-weight: bold;
    text-align: left;

}

.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;
  
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.5;
    color: #262626;
}

.terms-container {
    margin:0px 10%;
    background-color:white;
    padding:1em 2.5em;
  


  
}

.terms_footer h3 a:link {
    color: #EB573D;
    text-decoration: none;
}

hr {
    border: 1px solid #ccc;
    margin: 10px 0;
}
body{
    text-align: start!important;

}
main{
    margin: 1em 0px;
}