.hero-image {
    width: 100%;
    height: auto;
}


.hero-text img {
    margin: auto;
}

.minilogo {
    width: 100%;
    max-width: 60vw;
    height: auto;
}

.partner-logo {
    width: 100%;

}

@media screen and (min-width: 900px) {

    .minilogo {
        max-width: 10vw;
        margin: 0.5rem;
    }

}