.infoLevantadas{
    background-color: #fff;
    text-align: center;
    padding: 3em 0px;
}

.infoLevantadas h2{
    color: #b81d20;
    font-size: 35px;
    margin-bottom: 28px;
}

.infoLevantadas ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.infoLevantadas ul li:last-child{
    display: flex;
    justify-content: space-around;

    width: 70%;
    height: auto;
    border-radius: 15px 0px;

    -webkit-box-shadow: 1px 0px 16px 4px rgba(230,230,230,1);
    -moz-box-shadow: 1px 0px 16px 4px rgba(230,230,230,1);
    box-shadow: 1px 0px 16px 4px rgba(230,230,230,1);
}

.infos{
    padding: 20px;
}

.infos li{
    box-shadow: none !important;
    margin: 10px 0px;
    display: flex;
    width: 90% !important;
}

.infos li i{
    color: #066c20;
    padding-right: 15px;
}

.infos li p{
    font-weight: bold;
    opacity: 0.6;
    width: 200px;
}

@media screen and (max-width: 800px){
    .infoLevantadas h2 {
        color: #b81d20;
        text-align: center;
        font-size: 20px;
        margin-bottom: 28px;
    }

    .infoLevantadas ul li:last-child {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 80%;
        height: auto;
        border-radius: 15px 0px;
        -webkit-box-shadow: 1px 0px 16px 4px rgba(230,230,230,1);
        -moz-box-shadow: 1px 0px 16px 4px rgba(230,230,230,1);
        box-shadow: 1px 0px 16px 4px rgba(230,230,230,1);
    }
    
    .infos ul li:last-child{
        display: none;
    }
}