section.content
{
    padding-bottom: 2rem;
}

section.content *
{
    font-size: calc(var(--smallFontSize) + 0.3rem);
}

section.content > h2
{
    font-size: calc(var(--smallFontSize) + 0.3rem);
    line-height: 1.2;
    color: #0073ff;
}

section.content > h1
{
    font-size: var(--middleFontSize);
    padding-bottom: 2rem;
}

section.content > p.bold
{
    font-family: var(--displayMedium);
}

section.content > ul
{
    list-style: none;
    padding: 1rem 0;
}

section.content > ul > li
{
    line-height: 1.5;
    background-image: url(../../svg/check-line.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: 0 5px;
    padding-left: 28px;
}


@media only screen and (max-width: 500px)
{
    section.content > h2
    {
        font-size: var(--smallFontSize);
        line-height: 1.2;
    }
    
    section.content > p,
    section.content a,
    section.content > ul > li
    {
        font-size: var(--smallFontSize);
    }
}
