.dt-sc-team{
	display: flex;
	gap: 46px;
	justify-content: space-between;
	margin: 0 15px 20px 15px;
}
.dt-sc-team .image{
	width: 220px;
}
.dt-sc-team .image img{
	border-radius: 50%;
}
.dt-sc-team .team-details{
	width: calc(100% - (220px + 46px));
}
.dt-sc-team .team-details .dt-team-namebar{
	background: #EDEDED;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 40px;
	gap: 10px;
	margin-bottom: 20px;
}
.dt-sc-team .team-details .dt-team-namebar .label{
	margin: 0;
}
.dt-sc-team .team-details .dt-team-namebar .label .degree{
	color: #808080;
}
.dt-sc-team .team-details .dt-team-namebar .chip{
	width: 40px;
	height: 100%;
	background: #9c59b6;
	border-radius: 5px 0 0 5px;
}
.dt-sc-team .team-details .dt-team-namebar .chip img{
	padding: 10px;
}
.dt-sc-team .team-details > strong{
	width: 100%;
	display: inline-block;
}
.dt-sc-team .team-details > strong strong{
	display: inline;
}
.dt-sc-team .team-details a{
	color: #9c59b6;
}
.dt-sc-team .team-details h6{
	color: #575757;
    font-weight: 600;
    border-top: 1px solid #ededed;
    padding: 10px 0 0;
    margin: 5px 0 0;
    float: left;
    clear: both;
    width: 100%;
    font-size: 14px;
	font-style: italic;
}
@media(max-width: 640px){
	.dt-sc-team{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.dt-sc-team .team-details{
		width: 100%;
	}
	.dt-sc-team .image{
		width: 250px;
	}
}

/*LISTA WSZYTSKICH SPECJALISTÓW DO DANEGO MIASTA*/
.specjalisci_z_miasta.o-cols{
	flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
#content .specjalisci_z_miasta.o-cols .o-cols__item{
	width: 30%;
	min-width: 375px;
    margin: 0;
}
#content .specjalisci_z_miasta.o-cols .o-cols__item .c-doctorbox{
	min-height: 440px;
}
.specjalisci_z_miasta.o-cols h2{
	width: 100%;
}
@media(max-width: 430px){
	#content .specjalisci_z_miasta.o-cols .o-cols__item{
		min-width: fit-content;
		width: 80%;
	}
}