/* PACOTES DE VIAGENS */
.pacotes-destino.hero {
margin-bottom: 80px;
}
.pacotes-destino .hero-img {
height: 480px;
background: url(../img/pacotes-destino/japan-bg-hero-tablet.png) no-repeat;
background-size: cover;
}
.pacotes-destino .hero-content {
padding: 65px 24px;
}
.pacotes-destino .hero-content h1 {
font-size: 40px;
color: var(--text-secondary-color);
font-weight: var(--title-weight);
}
.pacotes-destino .hero-content hr {
width: 180px;
height: 4px;
background-color: var(--secondary-color);
border: none;
margin: 16px 0 32px;
}
.pacotes-destino .hero-content p {
font-size: 20px;
color: var(--text-secondary-color);
font-weight: var(--text-weight);
line-height: 32px;
}
continua herdando a imagem do hero, oque fazer?