@media screen and (min-width:900px) {
    .contact_header_c {
        padding-top: 10vh;
    }
    .contact_c {
        min-height:60vh;
    }
    .contact_c p {
        font-size:1.2rem;
    }
}
@media screen and (max-width:900px) {
    .contact_header_c {
        padding-top: 5vh;
    }
    .contact_c {
        min-height:52vh;
    }
    .contact_c p {
        font-size:1rem;
    }
}
.contact_header_c {
    margin-bottom: 30px;
}
.contact_c i {
    margin-right:20px;
}
.contact_c p {
    font-weight: bolder;
    margin-bottom:30px;
    margin-left: 0%;
}