main .terms {
    padding-block: 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #0e243c;
}
main .terms h1 {
    font-family: Lexend, sans-serif;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: normal;
}
main .terms .texts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
main .terms .texts > p {
    font-size: 1.125rem;
    font-family: Montserrat Alternates, sans-serif;
    line-height: normal;
    font-weight: 400;
}
main .terms .texts ol {
    padding-inline-start: 1rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
main .terms .texts ol li h2 {
    font-family: Montserrat Alternates, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: normal;
}
main .terms .texts ol li p {
    margin-block-start: 20px;
    font-size: 1.125rem;
    font-family: Montserrat Alternates, sans-serif;
    line-height: normal;
    font-weight: 400;
}
main .terms .texts ol li p a {
    text-decoration: underline;
    color: #00e;
}
main .terms .texts ol li ul {
    list-style-type: disc;
}
main .terms .texts ol li ul li {
    font-size: 1.125rem;
    font-family: Montserrat Alternates, sans-serif;
    line-height: normal;
    font-weight: 400;
}
