.icon.fields1{
    background-image : url('/images/icons/fields1.svg');
    width : 44px;
    height : 50px;
    background-size : 100%;
}

.icon.counseling{
    background-image : url('/images/icons/counseling.svg');
    width : 40px;
    height : 40px;
    background-size : 100%;
}

.icon.counseling-white{
    background-image : url('/images/icons/counseling-white.svg');
    width : 30px;
    height : 30px;
    background-size : 100%;
}

.icon.talk{
    background-image : url('/images/icons/talk.svg');
    width : 40px;
    height : 40px;
    background-size : 100%;
}