.home_page {
    /* padding: 1% 8%; */
}

.home_page img {
    /* border-radius: 12px; */
    height: auto;
    width: 100%;
    background-position: center;
    position: relative;
    background-size: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}