@media only screen and (max-width: 600px) {
.row>* {
    padding-left: 24px;
    padding-right: 24px;
}

h1.heading {
    text-align: left;
    line-height: 120%;
}
h1 {
    font-size: 32px;
    line-height: 120%;
}

h2 {
    font-size: 28px;
    line-height: 120%;
}

h3 {
    font-size: 24px;
    line-height: 120%;
}

h4 {
    font-size: 20px;
    line-height: 120%;
}

body, p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 150%;
    margin-bottom: 24px;
}
p.lead {
    font-size: 20px;
    line-height: 150%;
    text-align: left;
}
.Footer_copyright__aN80u {
    line-height: 150%;
}
}