body {
    overflow-x: hidden;
    overflow-y: auto;
}
.banner-hero {
    background: #f8f9fb;
    height: auto;

    height: auto;
    position: relative;

}
.banner-hero p {
    font-size: 14px;
}
.familia-banner {
    position: absolute;
    top: 0;
    right: 0px;
    width: 60%;
    height: 100%;
}
.icone {
    width: 40px;
    height: 40px;
    margin-right: 6px;
}

.icon-container {
    width: 190px;
    font-weight: 700;
    color: black;
    font-weight: 800;
}

.mapa-icone{
    height: 140px;
}
.aspas-final {
    position: absolute;
    font-size: 7rem;
    right: 106px;
    bottom: -8px;
        right: inherit;
}
.icon-card {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -29px;
        margin-left: -70px;
    width: 150px;
    height: 100px;
    border-radius: 12px;
z-index: 1000;
}

.main-image-card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 12px;
}

@media (max-width: 576px) {
    .icon-card {
        margin-left: -20px;
        width: 170px;
    }
}