 .home-section{
    /* background: url('./assets/img/banner.png'); */
    /* padding: 5rem; */
    /* padding-bottom: 0; */
    width: 100%;
    /* height: 419px; */
    background-size: cover;
    background-position: top;    
    background-color: #fff;
} 

.responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
}