body {
    background-color: rgb(249, 249, 249);
}

.content-section img {
    bottom: 0;
    height: 60vh;
}

@media only screen and (max-width: 800px) {
    .content-section img {
        height: 35vh;
    }
}