#main-content{margin-top:50px}
.experts-container{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}
.experts-container .expert-item-container{display:grid;width:100%;color:initial;margin-bottom:80px}
.experts-container .expert-item-container:hover{text-decoration:none}
.experts-container .expert-item-container:nth-child(3n){}
.experts-container .expert-item-container:nth-child(3n+1){}
.experts-container .expert-item-container:nth-child(3n+2){}
.expert-item{background-color:white;box-shadow:0 2px 6px #456990;border-radius:20px 20px 10px 10px;position:relative;padding-left:10px;padding-right:10px}
.expert-item .expert-avatar{border-radius:50%;border:1px solid #DDDDDD;position:relative;width:100px;height:100px;margin:0 auto;background-color:#DDDDDD;box-shadow:0 2px 7px #DDDDDD;top:-50px;overflow:hidden}
.expert-item .expert-avatar img{position:absolute;object-fit:cover;-o-object-fit:cover;width:100%;height:100%}
.expert-item .expert-avatar .avatar-photo-text{position:absolute;font-size:2rem;text-align:center;width:100%;top:50%;transform:translateY(-50%)}

.expert-info{text-align:center;margin-top:-30px;word-break:break-all;white-space:nowrap}
.expert-info p.info-name{margin:0;font-size:1.5rem;font-weight:bold}
.expert-info p.info-affiliation{font-size:.8rem;color:#90BE6D;white-space:break-spaces}

.expert-item .expert-introduction{min-height:200px}

.expert-contacts{position:absolute;bottom:0;left:0;min-height:100px;background-color:rgb(0,185,106);border-bottom-right-radius:10px;border-bottom-left-radius:10px;margin-top:20px;padding:10px 20px;font-size:.9rem;width:100%}
.expert-contacts img{width:36px}
.expert-contacts .contact-text{word-break:break-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.single-expert-title{font-size:1.8rem}
.expert-info-table{}
.expert-info-table tr td{vertical-align:top}
.expert-info-table tr td:nth-of-type(1){font-size:1.2rem;min-width:120px}
.expert-info-table tr td:nth-of-type(2){font-size:1rem}


.single-expert-photo{width:100%;position:relative;height:100%;min-height:250px;max-height:290px;box-shadow:0 2px 6px #456990;}
.single-expert-photo img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;-o-object-fit:cover}

.expert-info-table tr td.expert-introduction-td{all:revert}
@media screen and (max-width: 991px) {
	.experts-container{grid-template-columns:repeat(2,1fr)}
	.experts-container .expert-item-container:nth-child(odd){}
	.experts-container .expert-item-container:nth-child(even){}
}


@media only screen and (max-width: 768px) {
	.customize-container{max-width:100%}
	.single-expert-photo{box-shadow:none;min-height:initial;max-height:initial;text-align:center;position:static}
	.single-expert-photo img{width:100%;max-width:200px !important;position:static;height:auto}
}

@media screen and (max-width: 635px) {
	.experts-container{grid-template-columns:repeat(1,1fr)}
	.experts-container .expert-item-container{padding-left:20px;padding-right:20px;margin-bottom:80px}
	.experts-container .expert-item-container:last-child{margin-bottom:0}
	.expert-item .expert-introduction{min-height:220px}
}

@media screen and (max-width: 500px) {
	
}