.titulo-punto-venta {
    font-family: 'Poppins', sans-serif !important;
    font-size: 65px !important;
    color: #FDC55E;
}
.punto-venta img:hover{
    transform:scale(1.1) !important;
}
.punto-venta img{
    border-radius: 18px;
    /* -webkit-box-shadow: 1px -2px 5px 1px rgba(176,170,176,1); -moz-box-shadow: 1px -2px 5px 1px rgba(176,170,176,1); */
    -webkit-box-shadow: 1px -2px 5px 1px rgb(213 213 213);
    /* box-shadow: 1px -2px 5px 1px rgba(176,170,176,1); */
}


@media only screen and (max-width: 767px){

    .titulo-punto-venta{
        font-size: 40px !important;
    }
}