
/* 4步驟 */
.step_title{
    text-align: center;
    padding-top: 80px;
    -webkit-transform: skewY(3deg);
}
.step_title h2{
    font-size: 36px;
}
.step_title p {
    font-size: 20px;
    margin-bottom: 0;
}

.step_body{
    width: 90%;
    margin: 0 auto;
    padding: 60px 20px 125px;
    -webkit-transform: skewY(3deg);
}
.step_body div{
    display: inline-block;
}
.step_body_width{
    width: 20%;
    text-align: center;
}
.step_body_width img{
    width: 60%;
}
.step_body_width p {
    font-size: 20px;
    margin-top: 20px;
}
.step_body_arrow{
    width: 5%;
    position: relative;
    bottom: 175px;
}
@media(max-width:1200px){
    .step_title {
        padding-top: 50px;
    }
    .step_body_arrow{
        bottom: 140px;
    }
    .step_body_width p {
        font-size: 16px;
    }
}
@media(max-width: 1024px){
    .step_body {
        padding: 45px 20px 80px;
    }
    .questions_box{
        padding: 65px 0 50px;
    }
    .step_body_width{
        width: 48.5%;
        margin-bottom: 20px;
    }
    .step_body_width img {
        width: 45%;
    }
    .step_body_arrow{
        display: none !important;
    }
}

@media(max-width:768px){
    .step_body {
        padding: 45px 0 0;
    }
    .step_title h2 {
        font-size: 26px;
        font-weight: bold !important;
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
    .step_title p {
        font-size: 16px;
    }
    .step_body_width {
        width: 48%;
        padding: 10px 20px;
    }
    .step_body_width img {
        width: 100%;
    }
    .step_body_width p {
        font-size: 16px;
    }
    .step_body_arrow{
        display: none !important;
    }
}