.help-message__container{
    display: inline-flex;
    align-items: stretch;
    background: #EEE;
    color: var(--unecatef-color-3);
}

.help-message__icon{
    background-color: var(--unecatef-color-2);
    padding: 10px;
    font-size: 20px;
    width: 60px;
    display: flex;
    color: #FFF;
    align-items: center;
    justify-content: center;
}

.help-message__container a{
    color: var(--unecatef-color-3);
    text-decoration: underline;
}

.help-message__text{
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 20px;
}