.container_mesaRegalo{
       display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    margin-top: 7em;
    position: relative;
    overflow: hidden;
    padding: 0em 0.5em 3em 0.5em;

}

.container_mesaRegalo p{
     text-align: center;
}




.container_mesaRegalo::after{
   content: "";
  position: absolute;
 width:100%;
  height: 100%;
left: -16em;
  background-image: url("/recursos/img/florMesaRegalos.gif");
  background-size: contain;
   background-position: left;
  background-repeat: no-repeat;
  z-index: 5;
  pointer-events: none;

}

.container_mesaRegalo::before{
   content: "";
  position: absolute;
 width:200px;
  height: 100%;
right: 2em;
bottom: -3em;
  background-image: url("/recursos/img/florMesaRegalos.gif");
  background-size: contain;
   background-position: right;
  background-repeat: no-repeat;
  z-index: 5;
  pointer-events: none;

}


@media (max-width: 930px) {
.container_mesaRegalo::after{
left: -18.5em;
}
}

@media (max-width: 768px) {
.container_mesaRegalo p{
    font-size: 40px;
}

.container_mesaRegalo::after{
width: 320px;
    left: -13em;
}

.container_mesaRegalo::before{
right: 0em;
bottom: 1em;

}

}


@media (max-width:480px){
    .container_mesaRegalo p {
        font-size: 32px;
            margin-top: 5em;
    }

.container_mesaRegalo::after{
display: none;
}

.container_mesaRegalo::before{
right: 0em;
        bottom: -10.3em;
        width: 150px;
}
       
}