h1,
.h {
    font-family: "Bebas Neue", sans-serif !important;
}
.title{
    padding-top: 90px;
}
.title h1{
    text-align: center;
    font-size: 48px;
}
.title .h{
    font-size: 34px;
    text-align: center;
}
.contact{
    width: 1080px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #72a2e5;
    border-radius: 35px;
    padding: 40px;
    position: relative;
}
.contact ul{
    display: flex;
    flex-wrap: wrap;
}
.contact li{
    width: 260px;
    margin: 0 36px;
    margin-bottom: 30px;
}
.contact h2{
    font-size: 25px;
    font-weight: 500;
}
.contact input{
    display: block;
    margin-top: 14px;
    width: 300px;
    height: 50px;
    padding-left: 10px;
    font-size: 20px;
}
.contact a {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    width: 280px;
    height: 65px;
    line-height: 58px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    border-radius: 14px;
    background-color: #faa702;
    color: #fff;
}

.contact a:hover {
    box-shadow: 5px 5px 9px rgba(0, 0, 0, .21);
    transform: translate(-2px, -3px);
    transition: all .3s;
}
.contact .pic1{
    position: absolute;
    width: 140px;
    right: -70px;
    top: 40%;
}
.contact .pic2{
    position: absolute;
    z-index: 2;
    width: 250px;
    right: -12px;
    bottom: -50px;
}
.content{
    position: relative;
    width: 1080px;
    margin: 35px auto;
    border-radius: 35px;
    padding: 40px;
    padding-bottom: 20px;
    display: flex;
    background-color: #faa702;
    justify-content: space-around;
}
.fb{
    width: 280px;
}
.fb h4{
    padding-top: 8px;
    font-size: 34px;
    text-align: center;
}
.fb a{
    display: block;
    padding-top: 35px;
}
.fb img{
    width: 200px;
    height: 320px;
    display: block;
    margin: 0 auto;
}
.fb img:hover{
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, .21);
    transform: translate(-2px,-2px);
    transition: all .4s;
}
.telephone{
    width: 380px;
    position: relative;
}
.telephone p{
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.telephone img{
    position: absolute;
    width: 100px;
    left: 9px;
    bottom: 40px;
    z-index: -1;
}
.pic{
    display: flex;
    align-items: flex-end;
}
.pic img{
    width: 280px;
}
.content .pic1{
    width: 250px;
    position: absolute;
    left: 60px;
    top: -160px;
    z-index: 2;
}
@media (max-width: 760px) {
    .title{
        padding-top: 50px;
    }
    .contact{
        width: 100%;
        border-radius: 0;
        padding: 35px 0;
    }
    .contact li{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .contact h2{
        width: 70%;
        margin: 0 auto;
    }
    .contact input{
        width: 70%;
        display: block;
        margin: 0 auto;
    }
    .contact a{
        width: 70%;
    }
    .contact img{
        display: none;
    }
    .content{
        width: 100%;
        margin: 0;
        border-radius: 0;
        display: block;
    }
    .fb{
        width: 80%;
        margin-left: 10%;
    }
    .fb img{
        width: 50%;
        height: auto;
    }
    .telephone{
        width: 80%;
        margin-left: 10%;
        padding-top: 50px;
    }
    .telephone img{
        display: none;
    }
    .content .pic1{
        width: 25%;
        top: 15%;
        left: 9px;
    }
    .content .pic img{
        width: 35%;
        margin: 0 auto;
        display: block;
    }
}