.terms .highlight {
    background: linear-gradient(90deg, #14489C 0%, #2968B6 22.45%, #14489C 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.terms .header {
    background: #EDFCFF;
    border-radius: 8px;
    padding: 3rem;
    margin-bottom: 3rem;
}

.terms p {
    font-size: 17px;
    font-weight: 400;
    line-height: 40px !important;
    letter-spacing: -0.02em !important;
    color: #A5A5A5;
}
