.servicios {
    padding: 1.25rem 1.25rem 2.5rem;
    max-width: 68.75rem;
    margin: 0 auto;
}

.servicios-titulo {
    text-align: center;
    margin-bottom: 1.563rem;
}

.servicios-titulo h1 {
    font-size: 2.313rem;
    margin-bottom: 0.625rem;
}

.servicios-titulo p {
    color: #555;
    font-size: 1.05rem;
}

.servicios-tarjetas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.563rem;
}

.servicio-bloque {
    background: #ffffff;
    padding: 1.875rem 1.563rem;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
}

.servicio-bloque h2 {
    margin-bottom: 0.625rem;
    font-size: 1.3rem;
    text-align: center;
}

.servicio-bloque ul {
    list-style: disc;
    padding-left: 1.25rem;
    padding-left: 2.188rem;
    max-width: 26.25rem;
    margin: 0 auto;
}

.servicio-bloque ul li {
    margin-bottom: 0.625rem;
    color: #444;
    font-size: 0.95rem;
}

.decoracion {
    width: 3.125rem;
    height: 2px;
    background: #77482a;
    margin: 0.625rem auto 1.25rem;
}

.reservar {
    margin-top: 1.875rem;
    text-align: center;
    padding: 2.5rem 1.25rem;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.reservar h2 {
    margin-bottom: 0.625rem;
}

.reservar p {
    margin-bottom: 1.25rem;
    color: #555;
}

.boton {
    display: inline-block;
    padding: 0.75rem 1.563rem;
    background: #77482a;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s ease;
    cursor: pointer;
}

.boton:hover {
    background: #945a35;
}

@media (min-width: 768px) {
    .servicios-tarjetas {
        grid-template-columns: repeat(2, 1fr);
    }
}
