.how{
    position: relative;
}
.how-row{
    margin-top: 200px;
    position: relative;
    z-index: 3;
}
.how-box{
    position: relative;
}
.how-title-question{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 50px;
}
.how-icon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
}
.how-title{
    margin-top: 150px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.how-text{
    margin: auto;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    max-width: 350px;
    margin-bottom: 50px;
}
.how-wav-one{
    position: absolute;
    margin-top:100px ;
    margin-left:310px ;
    width: 230px;
}
.how-wav-two{
    position: absolute;
    margin-top:100px ;
    margin-left:755px ;
    width: 230px;
}
.background-flek-three{
    position: absolute;
    margin-top: -400px;
    right: 0px;
}
@media only screen and (max-width: 1399px) {
    .how-wav-one{
        position: absolute;
        margin-top:100px ;
        margin-left:270px ;
        width: 200px;
    }
    .how-wav-two{
        position: absolute;
        margin-top:100px ;
        margin-left:650px ;
        width: 200px;
    }
}
@media only screen and (max-width: 1199px) {
    .how-wav-one{
        position: absolute;
        margin-top:100px ;
        margin-left:230px ;
        width: 160px;
    }
    .how-wav-two{
        position: absolute;
        margin-top:100px ;
        margin-left:550px ;
        width: 160px;
    }
}
@media only screen and (max-width: 991px) {
    .how-wav-one{
        display: none;
    }
    .how-wav-two{
        display: none;
    }
    .how-title-question{
        margin-top: 00px;
        font-weight: 600;
        line-height: 24px;
        text-align: center;
    }
    .how-text{
        margin: auto;
        font-weight: 300;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        max-width: 330px;
        margin-bottom: 50px;
    }
    .background-flek-three{
        position: absolute;
        margin-top: 300px;
        right: 0px;
        width: 400px;
    }
}
@media only screen and (max-width: 776px) {
    .how-title-question{
        margin-top: 00px;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
    }
       
}