body {
    margin: 0;
    padding: 0;
    width: 100%;
}

.grid-portion {
    margin-top: 6rem;
    margin-bottom: 6rem;
    text-align: center;
}

.image {
    width: 30vw;
    height: auto;
}

@media screen and (max-width: 992px) {
    .image {
        width: 60vw;
        height: auto;
    }
    
}