.terms-box {
    margin: 18px 0;
}

.terms-label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    color: #1f3b5d;
    font-weight: 800;
    line-height: 1.8;
}

.terms-label input {
    width: 22px;
    height: 22px;
    margin-top: 6px;
    flex: 0 0 auto;
}

.terms-label a {
    color: #17416d;
    font-weight: 900;
    text-decoration: underline;
}
