
.contact{
    padding: 4rem 0;
}
.contact .info-box {
    text-align: center;
    box-shadow: 2px 2px 5px #dddddd, -2px -2px 5px #dddddd;
    background: #fff;
    padding: 20px;
    height: 100%;
}
.contact .info-box svg {
    font-size: 40px;
    color: #fa7b0d;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    margin: 10px 0;
}
.contact .info-box p {
    font-size: 16px;
    color: #777777;
}
.contact .form{
    padding: 30px;
    box-shadow: 2px 2px 5px #dddddd, -2px -2px 5px #dddddd;
    background: #fff;
}
.contact .form input{
    width: 100%;
    padding: 6px 12px;
    height: 40px;
    margin-bottom: 30px;
    text-align: right;
    border: 1px solid #c8e5fe;
    border-radius: 5px;
}
.contact .form input:focus{
    outline: none;
}
.contact .form #message{
    height: 100% !important;
    resize: none;
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #c8e5fe;
    border-radius: 5px;
}
.contact .form-message:focus{
    outline: none;
}
.contact .form button{
    background: #fa7b0d;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}
.contact .map{
    height: 300px;
    box-shadow: 2px 2px 5px #dddddd, -2px -2px 5px #dddddd;
}
@media(max-width:768px){
    .contact .form{
        margin-bottom: 3rem;
    }
}
@media(max-width:500px){
    .contact .form{
        margin-bottom: 3rem;
    }
}
@media(max-width:450px){
    .contact .form{
        margin-bottom: 3rem;
    }
}

