.contact-form {
    max-width: 430px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 10px;
    padding: 8px;
    background-color: #D9D9D9;
    font-family: 'Abhaya Libre';
    font-size: 20px;
    border-color: transparent;
}

.submit{
    height: 34px;
    width: 115px;
    font-family: 'Abhaya Libre';
    font-size: 20px;
    background-color: #FBEFE9;
    border-color: transparent;
    border-radius: 0%;
    font-weight: lighter;
}

.contact-form .emailInput {
    max-width: 205px;
    width: 100%;
}

.contact-form .nameInput{
    max-width: 205px;
    width: 100%;

}

.contact-form .messageInput{
    /* width: 100%;
    max-width: 430px; */
    max-width: calc(100vw - 8px);
    width: 430px;
    height: 100px;
}

.titleContact{
    width: max-content;
    font-size: 20px;
    color: #AE574C;
    font-family: 'Abhaya Libre';
}

.contact{
    justify-content:space-around;
    align-items: flex-start;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

.titleCard{
    color: #932013;
    font-family: 'Aboreto';
    font-size: 20px;
}

.visitingCard{
    display: flex;
    flex-direction: column;
    gap:20px;
}

.contactBox{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items:center;
}