.menu .tn-atom:after {
    content: '';
    background-image: url(https://static.tildacdn.com/tild3338-3730-4637-a536-626637616530/menu.svg);
    width: 24px;
    height: 24px;
    margin-left: 5px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: 0px;
}
.consult .tn-atom:after {
    content: '';
    background-image: url(https://static.tildacdn.com/tild3565-6266-4137-b062-376632356566/message-circle.svg);
    width: 18px;
    height: 17px;
    margin-left: 5px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: 0px;
}