
.hero {
    background: url('../img/main/bundles/branding_moka_estudio_creativo.webp') no-repeat center center;
    background-size: cover;
    color: white;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
	background-position: bottom;
    text-align: center;
}