
.help-sec{
    background: var(--yellow-bg);
    padding-bottom: 25px;
}
.wrap-help-title {
    padding: 80px 0;
}
.wrap-help-img {
    margin-left: calc(-100vw / 2 + 1232px / 2);
}
.wrap-help-title p  {
    font-size: 30px;
    font-weight: 500;
    padding-right: 10%;
}
.wrap-help-title ul li ,.wrap-help-title ol li{
    font-size: 30px;
    font-weight: 500;
    line-height: 150%;
}
.wrap-help-title p a{
    font-size: 30px;
    font-weight: 500;
    text-decoration: underline;
}
.wrap-help-title p a:hover{
    color: #DE2C0E;
}
.wrap-help-title h2 {
    text-transform: uppercase;
}

@media(max-width:1399px){
    .wrap-help-img {
        margin-left: calc(-100vw / 2 + 1116px / 2);
    }    
}
@media(max-width:1199px){
    .wrap-help-img {
        margin-left: calc(-100vw / 2 + 936px / 2);
    }
}
@media(max-width:991px){
    .wrap-help-img {
        margin-left: calc(-100vw / 2 + 696px / 2);
    }
    .help-sec{
        padding: 70px 0;
    }
}
@media(max-width:767px){
    .help-sec{
        padding: 60px 0;
    }
    .wrap-help-img {
        margin-left: calc(-100vw / 2 + 516px / 2);
    }
    .help-sec .col-lg-5.col-md-4 {
        order: 2;
    }
    
    .help-sec .col-lg-7.col-md-8 {
        order: 1;
    }

    .wrap-help-title {
    padding: 0;
    }
}
@media(max-width:567px){
    .wrap-help-img {
        margin-left:0;
    }
    
}