﻿
.holy-group-list {
	column-count: 2;
}

.holy-group-list__link {
	transition: 200ms color;
}

	.holy-group-list__link:hover {
		text-decoration: none !important;
		color: black !important;
	}


.holy-group-list__title {
	transition: 200ms color;
	color: rgb(188 83 93);
}

	.holy-group-list__title:hover {
		text-decoration: none !important;
		color: rgb(220 83 93) !important;
	}
