.hero {
    background: url('../imagenes/alquiler/hero.jpg') center/cover no-repeat;
    height: 300px;
}
.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}
.card-text {
    font-size: 1rem;
    color: #666;
}

.contact-section {
    background-color: #f9f9f9;
}

.contact-info {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-info h2 {
    color: #2b5e2d;
    font-weight: bold;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-item i {
    color: #224723;
    font-size: 24px;
}

.contact-item p {
    margin: 0;
}

@media (max-width: 768px) {
    .contact-info {
        margin-bottom: 20px;
    }
}
