.help-banner {
    margin-bottom: 35px;
}
.help-banner {
	padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.help-banner-title {
    font-size: 30px;
    color: #000;
    max-width: 550px;
    margin-bottom: 40px;
}
.help-banner-desc {
    font-size: 17px;
    color: #000;
    line-height: 24px;
    max-width: 550px;
    margin-bottom: 30px;
} 
.help-banner-more {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    box-shadow: 1px 1px 1px 1px #aaa;
    font-weight: normal;
    text-decoration: none;
    color: black;
    background-color: white;
    border-color: white;
    line-height: 34px;
    height: 34px;
    padding: 0 20px;
    border-radius: 17px;
    text-transform: capitalize;
}