.btn-wsp-servicio {
    display: inline-block;
    background-color: #2647d5;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.btn-wsp-servicio:hover {
    background-color: #1ebe57;
    text-decoration: none;
    transform: scale(1.05);
}

.btn-wsp-servicio i {
    margin-right: 5px;
}
