* {
    font-family: 'Inter';
}

/* page-title */
._0d038ba2 {
    font-style: normal;
    margin: 1em 0;
    font-weight: 700;
    font-size: calc(22px + (100vw - 320px) * (2 /1600));
    line-height: calc(27px + (100vw - 320px) * (2 /1600));
    text-align: center;
    text-transform: uppercase;
    color: #0177A6;
}

._0d038ba2.link {
    cursor: pointer;
}
/* page-title */