/* General */
.contact-header, .contact-features {
    width: 80%;
    margin: 0 auto;
    padding: 60px 20px;

}

/* Encabezado */
.contact-header-content {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
}

.contact-header-img {
    width: 200px;
    height: 200px;

}

.contact-header-text {
    max-width: 600px;
}

.contact-title {
    font-size: 2.4rem;
    margin: 0;
    color: black;
}

.contact-description {
    font-size: 0.9rem;
    color: #151515;
    margin-top: 10px;
}

.contact-divider {
    margin: 30px auto;
    width: 80px;
    height: 4px;
    background-color: #25476a;
    border: none;
}

.contact-subtitle {
    font-size: 2rem;
    text-align: center;
    margin-top: 50px;
    color: black;
}
