div.container.quick-tips 
{
    background-color: #E7E7E7;
    padding: 1rem;
    text-align: center;
}
div.container.quick-tips a.button 
{
    margin-bottom: 2rem;
}
div.container.quick-tips h1 
{
    font-size: 1.5rem;
    font-weight: 600;
}
div.container.quick-tips .quick-tip 
{
    max-width: 480px;
    margin: 2rem auto 4rem;
    text-align: left;
}

.quick-tip 
{
    line-height: 1.5rem;
}
.quick-tip h2 
{
    font-size: 1.25rem;
    font-weight: 600;
}
.quick-tip p 
{
    font-size: 0.9rem;
    font-family: 'Playfair Display', serif;
}
footer 
{
    background-color: #D3D3D3;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #000;
}
footer .footer.links 
{
    border-bottom: 0.25rem solid #000;
    margin-bottom: 6rem;
    
}
footer .footer.links ul
{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.75rem 2rem;
    margin: 0;
    justify-content: space-between;
}
footer .footer.links ul li:first-child a
{
    font-size: 2.25rem;
}
footer .footer.links li 
{
    display: inline-block;
}
footer .footer.links li a 
{
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.25rem
}

footer .footer.disclaimer, footer .footer.small 
{
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
}
.footer.disclaimer p 
{
    font-size: 1.125rem;
}

footer .footer.small 
{
    display: flex;
    margin: 4rem 0 2rem;
    justify-content: flex-end;
    font-size: 0.75rem;
}
footer .footer.small span 
{
    margin-right: auto;
}
footer .footer.small li 
{
    list-style: none;
}
footer .footer.small li a 
{
    text-decoration: none;
    color: #000;
    margin-left: 1rem;
}