#help {
    width: 100%;
}

#help .atd-main {
    height: 122px;
    background-color: var(--blue);
    border-radius: 15px;
}

#help-left p,
#help_inner_right b {
    font-size: 25px;
    font-weight: 400;
}
#help_inner_right small {
    font-size: 13px;
    font-weight: 400;
}

#help p, #help small {
    color: var(--white);
}

#help-right button {
    background-color: var(--white);
    color: var(--black);
    height: 51px;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 25px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

#help_inner_right b,
#help_inner_right small {
    color: var(--white);
}

#help_inner_right {
    margin-left: 12px;
}