.aseguradoras{
    height: max-content !important;
    margin-bottom:  0 !important;
}

.aseguradoras ul{
    width: 100% !important;
    justify-content: space-around !important;
    display: flex;
    list-style: none !important;
    flex-wrap: wrap !important;
}

.aseguradoras ul li{
    width: 22% !important;
    display: flex ;
    justify-content: center !important;
    align-items: center !important;
}

.aseguradoras ul li.mapfre img{
    width: 50% !important;
}

.aseguradoras ul li img{
    width: 100% !important;
}