.serveis {
    text-align: center;
    margin: 40px auto;
    max-width: 900px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.serveis h2 {
    margin-bottom: 20px;
}

.serveis-contenedor {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    background: no-repeat;
}

.servei-item {
    text-align: center;
    width: 45%;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.servei-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.servei-item h3 {
    margin: 10px 0;
    font-size: 20px;
}

.servei-item p {
    font-size: 16px;

}

.servei-item a {
    color: yellow;
}

.descompte {
    font-weight: bold;
    color: rgb(238, 168, 63);
}

