.legal-terms .home-main-secs {
    padding: 80px 0;
    background-color: #ffffff;
}

.legal-terms h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
    color: #594C9D;
    margin-bottom: 24px;
}

.legal-terms h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    color: #594C9D;
    margin-top: 24px;
    margin-bottom: 8px;
}

.legal-terms p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #555770;
    margin-bottom: 16px;
}

.legal-terms .underline {
    text-decoration: underline;
}

.legal-terms .non-decoration {
    text-decoration: none;
}