h1,
.h {
    font-family: "Bebas Neue", sans-serif !important;
}
.content{
    width: 1080px;
    margin: 0 auto;
    padding: 8px 50px;
    border-radius: 35px;
    position: relative;
}
.c1{
    margin-top: 80px;
    padding-bottom: 60px;
    background-color: #ffab5d;
}
.c1 h1{
    font-size: 48px;
    text-align: center;
    padding-top: 25px;
}
.c1 .txt{
    display: flex;
    justify-content: space-evenly;
}
.c1 .txt img{
    width: 690px;
}
.c1 p{
    width: 200px;
    font-size: 18px;
    line-height: 2;
}
.c1 .pic1{
    width: 260px;
    position: absolute;
    left: 68px;
    top: -80px;
}
.c1 .pic2{
    position: absolute;
    width: 130px;
    top: 37px;
    right: -60px;
}
.c1 .pic3{
    position: absolute;
    left: 99px;
    bottom: -35px;
    width: 100px;
}
.c2{
    padding: 50px 0;
    display: flex;
    justify-content: center;
}
.c2 img{
    width: 380px;
}
.c2 .txt{
    width: 370px;
    margin-left: 80px;
}
.c2 h1{
    font-size: 38px;
}
.c2 p{
    font-size: 18px;
    margin-top: 30px;
}
.c3{
    padding: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffab5d;
    margin-bottom: 50px;
}
.c3 .left{
    width: 380px;
    padding-top: 20px;
}
.c3 p{
    margin-top: 25px;
    width: 200px;
    font-size: 18px;
}
.c3 .right{
    width: 500px;
}
.c3 .pic{
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.c3 .pic img{
    height: 99px;
}
@media (max-width: 760px) {
    .content{
        width: 100%;
        padding: 0;
        border-radius: 0;
    }
    .c1{
        margin-top: 0;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .c1 .txt{
        display: block;
         margin-top: 35px;
    }
    .c1 .txt img{
        width: 90%;
        display: block;
        margin-left: 5%;

    }
    .c1 p{
        width: 65%;
        margin: 0 auto;
    }
    .c1 .pic1{
        width: 25%;
        left: 9px;
        top: 8px;
    }
    .c1 .pic2{
        width: 20%;
        top: 36px;
        right: 6%;
    }
    .c1 .pic3{
        bottom: 20px;
        left: 12px;
    }
    .c2{
        display: block;
    }
    .c2 img{
        display: block;
        width: 70%;
        margin-left: 15%;
    }
    .c2 .txt{
        width: 80%;
        margin-left: 10%;
        padding-bottom: 45px;
    }
    .c3{
        padding: 35px 0;
        display: block;
        margin-bottom: 0;
    }
    .c3 .left{
        width: 80%;
        margin: 0 auto;

    }
    .c3 .left h1{
        text-align: center;
    }
    .c3 .left p{
        width: 100%;
        text-align: center;
    }
    .c3 .pic{
        margin: 25px auto;
        display: flex;
        justify-content: center;

        width: 100%;
    }
    .c3 .right{
        width: 70%;
        display: block;
        margin: 0 auto;
    }
}