section.help-costs-content .title-content {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 60px 0;
    background: #f4f5f7;
}

section.help-costs-content {
    margin: 20px auto 0;
    background: #f4f5f7;
    padding: 100px 0;
}

section.help-costs-content .title-content h2 {
    font-family: "aller", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.img-content {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}
.help-costs-area .help-costs-text-content {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 0;
}

.img-content .help-content {
    padding: 60px 0 0 180px;
    max-width: 58%;
}

.help-content a {
    font-family: "Assistant", sans-serif;
    font-size: 16px;
    color: #3f8efd;
    font-weight: 400;
    text-decoration: underline;
}

.help-content a:hover {
    color:#021334;
}
.help-content p strong {
    font-size: 20px;
    font-weight: 400;
}

.inleft.market-img {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-name: inleft;
    -webkit-animation-name: inleft;
}
@keyframes inleft {
    from {
        transform: translate3d(-50px,0,0);
      opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
