.help-card {
display: flex;
height: 100%;
border: 1px solid #d8def1;
padding: 40px 15px;
background: linear-gradient(105.36deg,#e9f7ff -15.79%,#f4f4ff 28.92%,#eef1f2 56.98%,#fdfcfc 95.13%);
}
.b-gradient-grey120
{
background: linear-gradient(105.36deg,#e9f7ff -15.79%,#f4f4ff 28.92%,#eef1f2 56.98%,#fdfcfc 95.13%);
}
.help-card__img-wrap {
width: 50px;
flex: 0 0 auto;
text-align: center;
/*  border-right: 1px solid; */
margin-right: 16px;
display: flex;
align-items: center;
justify-content: center;
}
.help-card__title {
font-size: 18px;
font-weight: 400;
color: #333333; 
justify-content: flex-start;
align-items: center;
}
.help-card__out {
margin-bottom:48px;    
}
/******************************************************************/
.help-card__title:link, .help-card__title:visited{
font-size: 18px;
font-weight: 400;
color: #333333; 	
} 
.help-card__title:hover, .help-card__title:active, .help-card__title:focus,
.help-card:hover{
opacity:1;
color: #ffb600; 
}
