.barrigel-link-list a {
	display: block;
	padding-left: 36px;
	
	background-image: var(--globe-icon);
	background-size: 22px 22px;
	background-position: top left;
	background-repeat: no-repeat;
	
	font-size: 2.2rem;
	line-height: 2.6rem;
	font-weight: 300;
	margin-bottom: 20px;
	text-decoration: none;
	color: #000;

}

.barrigel-link-list a:hover {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.barrigel-link-list a {
		font-size: 1.6rem;
		line-height: 2.6rem;\
	}
}