#contact{
    padding: 50px 0;
}
#contact h2{
    color: #2D2A25;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 30px;
}
#contact ul{
    list-style: none;
    padding: 0;
}
#contact .contact li{
    padding: 8px 0;
}
#contact .contact a{
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 19px;
    color: #2D2A25;
    text-decoration: none;
    font-weight: 500;
}
#contact .contact i{
    background: #FCA342;
    color: #fff;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-size: 12px;
}
#contact .socials ul{
    display: flex;
}

#contact .right h2{
    text-align: center;
}
#contact .right .text p{
    text-align: center;
    color: #5A5A5A;
    font-size: 16px;
    line-height: 27px;
}

#contact form {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}
#contact form input {
    height: 57px;
}
#contact form select {
    height: 57px;
}
#contact form textarea {
    height: 143px;
}
#contact form .half {
    width: 50%;
    padding: 0 10px;
}
#contact form .full {
    width: 100%;
    padding: 0 10px;
}
#contact form .btn {
    margin: 10px auto 0;
    padding: 10px 70px;
    background: #4BC7FE;
}
#contact form .btn i {
    margin-left: 10px;
}

@media(max-width: 767px){
    #contact form .half {
        width: 100%;
    }
}