.tab-content ul {
	float: left;
}
.tab-content ul:first-of-type li:first-child {
	color: #0078FF;
}

.tab-content ul:nth-of-type(2) {
	margin-left: 3%;
}

.tab-content ul:nth-of-type(2) li:first-child {
	color: #D6000F;
}

.tab-content ul:nth-of-type(3) {
	margin-top: 3%;
}

.tab-content ul:nth-of-type(3) li:first-child {
	color: #17b913;
}

.contact.flex-between.xy {
	display: block;
}

.contact.flex-between.xy img:nth-child(1) {
	background-color: #025483;
}