.productos-ypf-gas {
    background-color: #fafafa;
    position: relative;
    z-index: 0;
}

.card-list.ypfcom__panels-cards-text-1 .card-list__container .generic-card:last-of-type {
    flex-basis: 100% !important;
}

.ypf-gas-envasado__map-title {
    width: 100%;
    text-align: center;
    font: 40px / 44px var(--font-din-bold) !important;
}
 
.ypf-gas-envasado__map-title::after {
    margin-left: auto;
    margin-right: auto;
}

.responsive-iframe { 
    border-radius: 16px;
}

 @media (max-width: 768px) { 

    .responsive-iframe { 
        display: block;
        margin: 0 auto;
        height: 400px;
        width: calc(100% - 32px);
    }

    .ypfcom__panels-cards-product .card-metadata .card-metadata__container .generic-card { 
        margin-bottom: 0px;
    }

    .ypf-gas-envasado__map-title { 
        padding: 0 16px;
    }

}