@media only screen and (min-width: 600px) {
    h2 {
        margin-top: 0;
    }
    .navigation > li:first-child a {
        padding-left: 0;
    }
    /*.tagline {
        margin-top: 2rem;
    }
    .tagline p:first-child {
        font-size: 2rem;
    }*/
    .feature .card img {
        height: 250px;
        object-position: 0 35%;
        object-fit: cover;
    }
}