.servicio__name{

    font-size: 32px;
    color: black;
}
.servicio__text{

    font-size: 16px;
    color: black;
}
.servicio__text ul {
    list-style: none; /* Remove default markers */
    padding-left: 0;
}
.servicio__text li {
    position: relative;
    padding-left: 20px; /* Adjust as needed for spacing */
}
.servicio__text li::before {
    content: "\f058"; /* Unicode for FontAwesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* FontAwesome Solid icons */
    position: absolute;
    left: 0;
    color: #026330; /* Change color as needed */
}
.servicio__btn{
    background-color: #53658B;

    font-size: 16px;
    color: white;
    border-radius: 0px;
    text-transform: uppercase;
    width: 288px;
}
.servicio__btn:hover{
    color: #53658B;
    background-color: white;
    border: 1px solid #53658B;
}
.card__servicio__link{
    text-decoration: none;
}
.card__servicio__nombre{
    color: white;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: -34px;
    text-transform: uppercase;
    text-align: center;
    width: 95%;
}
.servicio__slider__nombre{
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-top: 140px;
}
.Servicio__Galeria__titulo{
    font-size: 35px;
    font-weight: 700;
    color: black;
}
