﻿.sheep-icon::before {
    content: url('/images/svg/sheep.svg');
    margin-left: 5px;
}
.cow-icon::before {
    content: url('/images/svg/cow.svg');
    margin-left: 5px;
}
.meal-icon::before {
    content: url('/images/svg/meal.svg');
    margin-left: 5px;
}

.basket-icon::before {
    content: url('/images/svg/basket.svg');
    margin-left: 5px;
}
