h1 {
    text-align: center;
}

hr {
    color: rgb(255, 255, 255)
}

.contact_main img {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    max-height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.form__input {
    margin-bottom: 10px;
    display: block;
}

.find_us p {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 10px;
}

.find_us {
    padding-bottom: 20px;
}

h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    font-size: 25px;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

label {
    font-size: 15px;
    color: #757070;
}

input[type=submit] {
    background-color: #282828;
    color: #fff;
    width: fit-content;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
}

input {
    width: 300px;
    padding: 12px;
    margin-bottom: 15px;
}

#message {
    padding-bottom: 70px;
}

legend {
    text-transform: uppercase;
    font-weight:400;
    font-size: larger;
    padding-bottom: 10px;
}

.address p {
    line-height: 6px;
}

@media (min-width: 750px) {
    section {
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 40px;
    }
}