.contact-container .home-form {
    padding: 70px 90px;
    margin-bottom: 0;
}
.home-form textarea.form-control {
    resize: none;
    height: 125px;
}
.contact-container .home-form button {
    height: 50px;
    font-size: 18px;
}
.contact-container .information-block {
    padding: 70px 50px;
    background: #000000;
}
.contact-container .information-block h2 {
    color: #ffffff;
    font-size: 27px;
}
.contact-container .information-block strong {
    color: #ffffff;
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 19px;
}
.contact-container .information-block a {
    color: #ffffff;
    display: block;
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 18px;
}
.contact-container .information-block .sep {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.contact-container {
    position: relative;
    top: -50px;
    margin-bottom: 100px;
    box-shadow: 2px 2px 20px -6px #000000;
    background: #ffffff;
}
.contact-container .social {
    margin-top: 30px;
    float: left;
}
.contact-container .social a {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}
.contact-container .social a i {
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    display: block;
}

@media (max-width: 1440px) {
    .contact-container .information-block a {
        font-size: 15px;
    }
    .contact-container .information-block strong {
        font-size: 14px;
    }
    .contact-container .information-block h2, .home-form h2 {
        font-size: 23px;    }
    
}
@media (max-width: 1024px) {
    .contact-container .information-block h2, .home-form h2 {
        font-size: 20px;
    }
    .contact-container {
        top: 0;
        max-width: calc( 100vw - 2 * 30px );
    }
    .contact-container .home-form {
	padding: 70px 50px;
    }
}

@media (max-width: 768px) {
    .contact-container {
        position: relative;
        top: 10px;
        margin-bottom: 100px;
        box-shadow: none;
        background: #ffffff;
        max-width: 95vw;
    }
    .contact-container .information-block h2, .home-form h2 {
        font-size: 22px;
    }
    .contact-container .home-form {
        padding: 0px 0;
        margin-bottom: 0;
        margin-top: 30px;
    }
}
@media (max-width: 576px) {
    .contact-container .information-block {
        padding: 60px 30px;
    }
}