
.servicio__menu__item{
    font-size:16px;
    color:#121212;
    /* border-top: 1px solid #CCCCCC; */
    padding: 10px 0;
    text-decoration: none;
}
.servicio__menu__item:not(:last-child){
    border-bottom: 1px solid #E5E5E5;
}
.servicio__titulo{
    font-size:24px;
    color:#121212;
    font-weight: 900;
}
.servicio__texto{
    font-size:16px;
    color:#121212;
    font-weight: 400;
    margin-top: 20px;
}
.servicio__texto ul {
    list-style: none; /* Remove default markers */
    padding-left: 0;
}
.servicio__texto li {
    position: relative;
    padding-left: 20px; /* Adjust as needed for spacing */
}
.servicio__texto li::before {
    content: "\f058"; /* Unicode for FontAwesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 400; /* FontAwesome Solid icons */
    position: absolute;
    left: 0;
    color: #D60B52; /* Change color as needed */
}
