#wrap .content .box img {
    width: 100%;
    margin-top: 25px;
}
#wrap .content .box .con {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
}
#wrap .content .box .con .point3 {
    font-size: 18px;
    color: #fc6a1d;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
#wrap .content .tap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    background-color: #387adf;
    border-radius: 10px;
    padding: 30px 25px;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
#wrap .content .tap2{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    background-color: #fc7e0d;
    border-radius: 10px;
    padding: 30px 25px;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
#wrap .content .tap img{
   width:50px;
}
#wrap .content .tap2 img{
   width:50px;
}
@media screen and (max-width: 900px) {
    #wrap .content .box img {
        margin-top: 20px;
    }
    #wrap .content .box .con {
        margin-top: 25px;
        font-size: 16px;
        line-height: 1.5;
    }
    #wrap .content .tap {
        white-space: nowrap;
    }
    #wrap .content .tap{
        font-size: 16px;
        padding: 15px;
        margin-top: 25px;
    }
    #wrap .content .tap img{
       width:30px;
    }
    #wrap .content .tap2{
        font-size: 16px;
        padding: 15px;
        margin-top: 15px;
    }
    #wrap .content .tap2 img{
       width:30px;
    }
 }