.warning .icon {
    margin-right: 10px;
    font-size: 0;
    line-height: normal;
    display: flex;
    position: relative;
    top: 0;
}
.warning .wrapper{
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.warning .icon img{
	width: 22px;
    height: 22px;
}