#Terms_Service {
    border: 1px solid #2a3458;
    border-radius: 5px;
    color: #cfcfcf;
    font-size: 14px;
    margin: 80px 200px 40px 200px;
}
#Terms_Service .Content {
    padding: 0px 80px 30px 80px;
}
#Terms_Service a {
    color: #37da21;
    text-decoration: none;
}
#Terms_Service .Title {
    background: #040b1b;
    border-bottom: 1px solid #2a3458;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0px;
    margin-bottom: 35px;
}
#Terms_Service .SubTitle {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
#Terms_Service .Terms_Content {
    font-size: 14px;
    line-height: 30px;
    margin-left: 60px;
}