section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h2 {
    text-align: center;
}

section img {
    height: 35em;
    margin-top: 15px;
}

@media screen and (max-width: 480px) {
    section img {
        height: 10em;
        margin: 5em 0 0 0;
    }

    section h2 {
        font-size: 1.2em
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    section img {
        margin-top: 5em;
    }
}
