img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

@media (min-width: 700px) {
    img {
        margin-bottom: 4rem;
        margin-top: 4rem;
    }
}