.es-help-container {
    margin: 0;
    padding: 35px 50px;

    h3 {
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
    }

    &.wrap {
        padding-bottom: 0;
    }
}

.es-help-item {
    min-width: 100px;

    h4 {
        margin: 15px 0 10px;
    }

    a {
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        text-decoration-line: underline;
        color: #37474F;
    }

    p {
        font-size: 14px;
        line-height: 24px;
        color: #263238;
        margin-top: 0;
    }

    @media screen and(max-width: 459px) {
        text-align: center;
    }
}
