.item-box {
	-webkit-box-shadow: rgba(0, 0, 50, 0.1) 0px 0px 8px;
	box-shadow: rgba(0, 0, 50, 0.1) 0px 0px 8px; 
	background: #fff;
	}
	
.text-box {padding: 15px 15px; text-align: center;  }


.item-box a {text-decoration: none;}
.name {font-weight: 400; color: rgb(8, 62, 154); font-size: 16px;}
.career {margin-bottom: 6px; font-weight: 400;}
.eye {margin-bottom: 6px; font-size: 14px;}
.program {margin-bottom: 6px;}
.caption {padding: 6px 0; font-size: 14px;}
.caption-box {align-items: center; display: inline-flex; min-height: 130px;}
.text-box hr {margin: 8px 0; opacity: .1;}

.s-tab {
	background: -webkit-linear-gradient(225deg, rgb(0, 84, 185), rgb(0, 170, 242));
	height: 8px;
}

/* .item-box {min-height: 520px;}

.caption {margin: 6px 0;}
.caption-box {align-items: center; display: inline-flex; height: 110px;} */

@media (min-width: 1200px) and (max-width: 1399.98px) {
	/* .item-box {min-height: 500px;} */
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	/* .item-box {min-height: 500px;} */
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.item-box {min-height: 480px;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.item-box {min-height: 560px;}
 }
@media (max-width: 575.98px) {
	.item-box {min-height: 480px;}
}