
.other-sites-wrapper {
	padding: 20px 0 0;
	clear: both;
	width: 100%;
}

.other-sites-wrapper .heading-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
}

.other-sites-wrapper .title {
	color: #000000;
	margin-bottom: 15px;
}

.other-sites-wrapper .subtitle {
	color: #58595D;
	margin-bottom: 15px;
}

.other-sites__header {
	text-align: center;
	color: #000000;
}

.other-sites__header:last-child {
	border: none;
}

.other-sites__content .other-img {
	transition: opacity 0.4s;
	will-change: opacity;
	margin: 0px auto;
	position: relative;
	z-index: 2;
}

.other-sites__content .other-img--hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.4s;
	will-change: opacity;
}
.other-sites__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 10px;
	margin: 30px auto 0;
}

@media (min-width: 600px) {
	.other-sites__content {
		max-width: 900px;
		grid-gap: 20px;
		gap: 20px;
	}
}

.other-sites__content a {
	width: 200px;
	height: 75px;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 0;
}

.other-sites__content a:hover .other-img {
	opacity: 0;
}

.other-sites__content a:hover .other-img--hover {
	opacity: 1;
}
