.contact-info {
    margin-top: 60px;
}
@media screen and (max-width: 1000px) {
    .contact-info {
        margin-top: 25px;
    }
}
