@charset "utf-8";

*{
	margin: 0;
	padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
section{
    width: 100%;
    height: auto;
}

section img{
    width: 100%;
    height: 912px;
    object-fit: contain;
    position: center;
}

footer{
    position: absolute;
    width: 100%;
}

footer img{
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: -1;
    object-fit: cover;
    object-position: center
}

@media screen and (max-width:600px){
    section h4{
    padding: 25px 5vw;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}
}