﻿.contact-con {
    margin-top: 150px;
    margin-bottom: 50px;
}

.contact-form {
   
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 20px #cccccc57;
    padding:30px;
}
h2{
    text-align:center;
}
    h2:after {
        position: absolute;
        content: '';
        height: 1px;
        width: 50px;
        background: #333;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        right: 0;
    }