.beneficio h2 {
    color: black ;
    font-family: Magistral-BoldItalic;
    font-size: 34px;
    text-align: center;
    padding-bottom: 40px;
}


.beneficio .col-auto {
    width: 16%;
}

.beneficio table {
   background-color: white;
   margin-top: -10px;
   margin-bottom: 50px;
   padding-left: -40px;
   padding-right: 55px;
   
}

.beneficio table tr td{

    width: 200px;
}


.beneficio p {
    font-size: 12px;
    line-height: 17px;
}
.beneficio p img {
    width: 40px;
    padding-top: 30px;    
}

.beneficio table tr td hr {
    width: 50px;
    height: 10px;
    padding:0px !important;
}



