.landing-h2 {
    font-family: "open sans";
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 28px;
    color: black;
    text-decoration: none;
    text-align: left;
}
@media (max-width: 800px) {
    .landing-h2 {
        margin-bottom: 20px;
    }
}