/* HEROE 1 */
.contact-heroe-1 {
    padding-top: 12.5rem !important;
    padding-bottom: 5rem !important;
}

.contact-details div p {
    color: black;
    text-decoration: none;
}

@media (max-width: 576px) {
    .contact-heroe-1 {
        padding-top: 7.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .contact-heroe-1 div p {
        font-size: 1rem;
    }
}

/* CONTACT FORM CSS */

.contact-container {
    margin: auto;
    display: flex;
    gap: 4rem;
}

@media (max-width: 992px) {
    .contact-container {
        display: flex;
        flex-direction: column;
    }
}

.contact-form {
    background-color: rgb(88, 88, 93);
    flex: 1;
}

@media (max-width: 576px) {
    .contact-form {
        font-size: 1rem;
    }
}

.contact-details {
    flex-direction: column;
    display: flex;
    flex: 1;
}

@media (max-width: 992px) {
    .contact-details {}
}

.contact-container input {
    background-color: rgb(254, 254, 254);
    border: 1px solid rgb(161, 161, 161);
}

.contact-container textarea {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(161, 161, 161);
}


.flex.my-2 {
    gap: 0.75rem !important;
}


.text-input {

    width: 100%;
    text-align: left;
}

.names {
    display: flex;
    gap: 15px;
}

.fName {
    flex: 1
}

.lName {
    flex: 1
}

.contact-info {
    display: flex;
    gap: 15px;
}

.email {
    flex: 1
}

.phone {
    flex: 1
}

.contact-form .submit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-key {
    text-align: start;
    font-weight: 200;
}


/* HEROE 2 */
.contact-heroe-2 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

@media (max-width: 576px) {
    .contact-heroe-2 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .contact-heroe-2 div p {
        font-size: 1rem;
    }
}