.view-coe-listing {	margin: 50px 0px;
}
.tab-wrapper {	margin-bottom: 20px;
}
ul.coe-list {display: flex;flex-wrap: wrap; margin: -10px;}
ul.coe-list li {
width: calc(16.666% - 20px); margin: 10px;
}
.coe-list a { height: 100%; text-align: center; box-shadow: 0px 0px 25px #00375F1A; background: #fff; border-radius: 12px; padding: 25px 24px; display: block; min-height: 170px;
}
.coe-list a .specialites-img { display: flex; justify-content: center; align-items: center; height: 60px; position: relative;
}
.coe-list a span, .coe-list a h2 { color: #2C2C2C; font: 600 16px / 23px "Open Sans", sans-serif; font-size: 14px; line-height: 18px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-top: 14px;
}
.tab-buttons .tab-btn a {	font-family: 'Open Sans';	font-size: 14px;	color: #0f9aa5; line-height: 1.6; font-weight: 500;
}
.tab-buttons .tab-btn {	background: white;	border: 1px solid white; box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);	border-radius: 6px;	margin-right: 20px;	padding: 10px 15px;
}
.tab-btn.active {	background: #0f9aa5;	border: 1px solid #0f9aa5;
}
.tab-buttons .tab-btn.active a {	color: #ffffff;
} 