.section-alojamientos {
    background-color: #f7f3ed;
}

.section-subtitle {
    max-width: 640px;
    margin: 0 auto;
    color: #555;
}

.alojamiento-card {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
}

.alojamiento-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: .75rem;
}

.alojamiento-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.alojamiento-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alojamiento-list li {
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;
    border-bottom: 1px solid #e5e5e5;
}
