.how--help--wrapper{
    padding-top: 4rem;
}
@media (max-width:376px){
    .how--help--wrapper{
        padding-top: 2.5vh!important;
    }

}
.how--help--wrapper .support--img{
    text-align: right;
    margin-top: -50px;
}
.how--help--wrapper .support--img img{ 
    width: 70%;
}
.how--help--wrapper header{
    margin-bottom: 10px;
}
.how--help--wrapper header h1.title{
    margin-bottom: 35px;
}

.how--help--wrapper .steps--sec{
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.how--help--wrapper .steps--sec .number{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #54C1F0;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: bariol_boldbold;
}  
.how--help--wrapper .steps--sec h2{
    margin: 20px 0;
    font-size: 30px;
    color: #2C547C;
} 
.how--help--wrapper .steps--sec .semi--bold{
    font-size: 20px;
    margin-bottom: 33px;
    font-weight: bold;
    color: #5D5D5D;
}
.how--help--wrapper .steps--sec p{
    font-size: 20px;
    margin-bottom: 0;
    color: #5D5D5D;
}

@media only screen and (max-width: 599px) {
    .how--help--wrapper header h1.title{
        margin-bottom: 27px;
        font-size: 28px ;
    }
    .how--help--wrapper header p {
        font-size: 17px;
    }
    .how--help--wrapper header {
        margin-bottom: 10px;
    }
    .how--help--wrapper .steps--sec .number{
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
    .how--help--wrapper .steps--sec h2 {
        margin: 16px 0;
        font-size: 30px;
        line-height: 29px;
    }
    .how--help--wrapper .steps--sec .semi--bold {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .how--help--wrapper .steps--sec p {
        font-size: 20px;
        line-height: 21px;
    }
    .how--help--wrapper .steps--sec {
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 979px){
    .how--help--wrapper .steps--sec h2 {
        font-size: 30px;
    }
    .how--help--wrapper .steps--sec .semi--bold {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .how--help--wrapper header {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 980px) and (max-width: 1279px){}