.contact_outer_1 {
    display: flex;
    justify-content: center;
}

.contact_outer_2 {
    margin-top: 30vh;
}

.contact_outer_3 {
    display: flex;
    background-color: white;
    padding: 1em 2em 2em 2em;
    border-radius: 0.25em;
    margin-top: 1em;
}

.forminput_settings {
    width: 100%;
}

.contact_group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

.contact_message {
    min-width: 50vw;
}

.contact_btn {
    padding-left: 3em;
    padding-right: 3em;
}

.contact_btn_div {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}


@media (max-width: 767px) {

    .contact_message {
        min-width: 80vw;
    }
}