.contact h2 {
    position: relative;
    font-size: 50px;
    text-align: center;
    color: #006ae4;
}
.contact h2::before,
.contact h2::after {
    position: absolute;
    top: 50%;
    content: ' ';
    width: 30%;
    height: 2px;
    background:#006ae4;
}
.contact h2::before {left: 0;}
.contact h2::after {right: 0;}


.contact_title p {
    display: block;
    width: 90%;
    margin: 30px auto;
    font-size: 20px;
    line-height: 160%;
    color: #3c3c3c;
    letter-spacing: .5px;
}
.contact_title p span {
    font-weight: 700;
}
.contact table {
    width: 780px;
    margin: 0 auto;
}
.contact table tbody {
    width: 100%;
    margin: 0 auto;
}
.contact table tbody tr {
    width: 100%;
}
.contact table tbody tr th {
    padding: 20px 30px;
    font-size: 18px;
    text-align: left;
    color: rgba(60,60,60,1.00);
    border-bottom: 1px solid #C8C8C8;
    vertical-align: top;
}
.contact table tbody tr td {
    padding: 20px 30px;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #C8C8C8;
}
.contact table tbody tr td input {
    width: 100%;
} 
.contact table tbody tr td textarea {
    width: 100%;
} 
.contact .red {
    margin-left: 10px;
    padding: 0 10px 2px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(255,71,74,1.00);
    color: #fff;
    border-radius: 50px;
}
.contact .blue {
    margin-left: 10px;
    padding: 0 10px 2px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(71,105,255,1.00);
    color: #fff;
    border-radius: 50px;
}
.contact input[type="submit"] {
    display: block;
    width: 90%;
    max-width: 280px;
    margin: 50px auto 0;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    background: #f4b200;
    color: #fff;
    border: 3px solid #f4b200!important;
    box-shadow: 6px 6px 0 gray;
    transition: .3s;
}
.contact input[type="submit"]:hover {
    box-shadow: none;
    background: #fff;
    color: #f4b200;
}
@media screen and (max-width:480px) {
.contact {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
.contact h2 {
    font-size: 30px;
}
.contact h2::before,
.contact h2::after {
    display: none;
}
    .contact_title p {
    font-size: 16px;
}
    .contact table {
    width: 100%;
    margin: 0 auto;
}
    .contact table tbody tr th {
        display: block;
        width: 100%;
    padding: 20px 30px 5px 30px;
        border-bottom: none;
    font-size: 16px;
}
.contact table tbody tr td {
        display: block;
        width: 100%;
    padding: 0 30px 20px 30px;
    font-size: 16px;
}
    .contact .red {
    margin-left: 10px;
    padding: 0 10px 2px;
    font-size: 13px;
    font-weight: 400;
    background: rgba(255,71,74,1.00);
    color: #fff;
    border-radius: 50px;
}
.contact .blue {
    margin-left: 10px;
    padding: 0 10px 2px;
    font-size: 13px;
    font-weight: 400;
    background: rgba(71,105,255,1.00);
    color: #fff;
    border-radius: 50px;
}.contact input[type="submit"] {
    margin: 50px auto 100px;
}
}