.terms-download {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

    .terms-download a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 14px 34px;
        border-radius: 999px;
        background: #00aaff;
        color: #fff;
        font-weight: 800;
        text-decoration: none;
        transition: all .25s ease;
        box-shadow: 0 10px 22px rgba(0, 170, 255, .18);
    }

        .terms-download a:hover {
            background: #0090dd;
            transform: translateY(-2px);
        }

.terms-note {
    text-align: center;
    opacity: .85;
    margin-top: 10px;
    font-size: 14px;
}
