.text h1 {text-transform: uppercase;}
.text h2 {margin-bottom: 1.3rem; font-weight: 700; text-transform: uppercase;}
.text p+h2 {margin-top: 1.7rem;}
.text {font-size: 1.1rem;}

.textColumn
{
    margin-top: 1.7rem;
    margin-bottom: 1.3rem;
}

.textColumns
{
    margin-top: 1.7rem;
    margin-bottom: 1.3rem;
}
@media (min-width: 720px)
{
    .textColumns
    {
        column-count: 2;
        column-gap: 3rem;
    }
}
