.help-con{
    position: relative;
    padding-bottom: 238px;
    background: url(../images/help-bg-img.jpg) no-repeat center;
    background-size: cover;
}
.help-con .container{
    z-index: 1;
    position: relative;
}
.help-con:after {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 65%);
}
.help-title h2{
    margin-bottom: 18px;
    color: var(--white-color);
}
.help-title span{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 28px;
    color: var(--accent-color);
}
.help-title p {
    padding: 0 140px;
    margin-bottom: 30px;
    color: var(--white-color);
}
.help-title .generic-btn a {
    border-radius: 0 20px;
    padding: 20px 43px 20px;
}
@media only screen and (max-width: 1440px) {
    .help-con {
        padding-bottom: 218px;
    }
    .help-title span {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 18px;
    }
    .help-title p {
        padding: 0 130px;
        margin-bottom: 20px;
    }
    .help-title .generic-btn a {
        padding: 18px 33px;
    }
}
@media only screen and (max-width: 1199px) {
    .help-con {
        padding-bottom: 198px;
    }
    .help-title h2 {
        margin-bottom: 14px;
    }
    .help-title p {
        padding: 0 20px;
        margin-bottom: 18px;
    }
    .help-title .generic-btn a {
        padding: 16px 28px;
    }
    
    .help-title span {
        font-size: 12px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .help-title span {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 14px;
    }
    .help-con {
        padding-bottom: 178px;
    }
}
@media only screen and (max-width: 767px) {
    .help-title h2 {
        margin-bottom: 12px;
    }
    .help-title span {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .help-title p {
        padding: 0;
        margin-bottom: 16px;
    }
    .help-title .generic-btn a {
        padding: 14px 22px;
    }
}
@media only screen and (max-width: 575px) {}