.top {
    height: 200px;
}

.top > .contact_text1 {
    font-size: 30px;
    z-index: 2;
    position: relative;
    color: white;
    margin-bottom: 5%;
}

@media screen and (max-width: 780px) {
    .top > .contact_text1 {
        margin: 0;
    }
}


.top > .contact_text1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 780px) {
    .main_contact > .top {
        background-size: cover;
        margin-top: 15%;
        height: 200px;
    }
}


.contact_text1 {
    margin-top: 60px;
}

.contact_text2 {
    margin-top: 20px;
    text-align: center;
    line-height: 250%;
}

.contact_text2 > p {
    font-size: 20px;
}

@media screen and (max-width: 780px) {
    .contact_text2 > p {
        margin: 0 40px;
        line-height: 120%;
        font-size: 18px;
    }
}

.mail_instagram {
    display: flex;
    justify-content: space-around;
    margin-top: 4%;
    margin-bottom: 2%;
    font-size: 20px;
    line-height: 200%;
    text-align: center;
}

@media screen and (max-width: 780px) {
    .mail_instagram {
        flex-direction: column;
    }
}

.contact_mail {
    padding: 4%;
    margin: 0 0 0 8%;
    background-color: whitesmoke;
    border-radius: 30px;
    border: solid 2px orange;
}

@media screen and (max-width: 780px) {
    .contact_mail {
        margin: 0;
    }
}

.contact_mail > a {
    text-decoration: none;
    color: black;
}

.contact_mail > a:hover {
    background-color: orange;
    color: white;
}

.contact_instagram {
    padding: 4%;
    margin: 0 8% 0 0;
    background-color: whitesmoke;
    border-radius: 30px;
    border: solid 2px orange;
}

@media screen and (max-width: 780px) {
    .contact_instagram {
        margin: 20px 0;
    }
}

.contact_instagram > a {
    text-decoration: none;
    color: black;
}

.contact_instagram > a:hover {
    background-color: orange;
    color: white;
}
