/* Hero */
.hero-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url("../../images/1-66f247886fdca2c9d8405100e90dcd66.webp") no-repeat center center / cover;
}

#logo {
    position: absolute;
    top: 18px;
    max-height: 250px;
}

#btn-hero {
    position: absolute;
    bottom: 33%;
}