.page-template-landing-page section.just_content:first-of-type {
    padding-block: 40px 100px;
}
.just_content h1 {
    font-family: "urw-form", sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    margin-block: 20px 100px;
}
.landerlogo {
    margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
    .page-template-landing-page h1 {
        font-size: 35px;
        line-height: 45px;
        margin-block: 20px;
    }
    .page-template-landing-page section.just_content:first-of-type {
        padding-block: 0px 100px;
    }
    .landerlogo {
        margin-bottom: 10px;
    }
}