.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    vertical-align:middle;
    animation-name: singleBanner;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}

#form .header {
    background-color: #FFF;
    padding: 40px 0 40px;
}

.step {
    padding: 80px 20px 50px;
    background-color: #fff;
    text-align: center;
}
.step .title {
    color: #ffaa50;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
}
.step .step_text{
    color:grey;
    margin-top: 10px;
    font-weight: bold;
}
.step ul{
    width: 70%;
    margin: 30px auto 0;
    padding-inline-start: 0;
    text-align: center;
}
.step .item{
    padding: 10px 30px;
    display: inline-block;
    width: 20%;
}
.step .item img{
    width: 100%;
}
.step .item .item_title{
    color: #FFA951;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.step .item p{
    color: grey;
    font-weight: bold;
}
.step .note {
    font-size: 12px;
    text-align: right;
    margin-top: 60px;
    padding-right: 10%;
}

@media (max-width:768px) {
    .text_moblie {
        display: block;
    }
    .step{
        padding: 50px 0 30px;
    }
    .step .step_text{
        width: 85%;
        margin: 10px auto;
    }
    .step ul{
        width: 85%;
        margin: 20px auto 0;
    }
    .step .item{
        width: 48%;

    }
    .step .item img{
        width: 100%;
    }
    

    #form .header {
        padding: 30px 0;
    }
    .text3_sec{
        font-size: 12px;
        -webkit-transform: scale(0.9);
    }
    .long_te{
        margin-left: -10px;
        width: 115%!important;
    }
    .text3_fir{
        font-size: 15px;
    }
}