.breakpoint-mobile-only .expert__template {
    width: 100%;
}
.expert__card {
	background-color: var(--color-white);
	border-radius: 8px;
	padding: 20px 5px;
	height: 10rem;
	display: block;
}

.breakpoint-mobile-only .expert__template .expert__card .col-s-4 {
	width: 33.3%;
}
.breakpoint-mobile-only .expert__template .expert__card .col-s-6 {
	width: 50%;
}

@media screen and (min-width: 600px) and (max-width: 657px) {
	.second-slide .expert__card.round label {
	    position: absolute;
    	top: 35%;
    	right: 1rem;
	}
	.second-slide .expert__card .expert__view-profile:after {
		right: unset;
		left: 8.3rem;
	}
}


.expert__view-profile {
	font-size: var(--text-button);
	color: var(--color-primary);
	display: block;
	margin-top: 1rem;
}

.expert__view-profile:after {
    content: '';
    position: absolute;
    top: calc(50% - -0.9rem);
    left: 8.3rem;
    background-image: url(/themes/custom/stem_women/assets/images/external.svg);
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
}
	.breakpoint-mobile-only .expert__view-profile {
		color: var(--color-primary-bright);
		display: inline-block;
	}
	.breakpoint-mobile-only .expert__view-profile:after {
	  width: 1.3rem;
	  height: 1.3rem;
	  top: calc(50% - -0.8);
	  right: unset;
	  margin-left: 1rem;
	}
.expert__card label {
	margin-top: 15px;
}

.second-slide .grid-row > .col-m-6:first-child {
	padding-right: 7px;
}

.second-slide .grid-row > .col-m-6:last-child {
	padding-left: 7px;
}

.second-slide .grid-row {
	margin-bottom: 14px;
}

.second-slide .round label {
	position: relative;
}

.expert__name {
	font-family: var(--condensed-font);
	font-size: var(--text-body);
	color: var(--color-text-body);
	margin-top: 5px;
}

.expert__photo {
	width: 62px;
    height: 62px;
    border-radius: 50%;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
	.breakpoint-mobile-only .expert-photo {
		margin-left: 1.5rem;
	} 

.expert__status {
	font-family: var(--condensed-font);
	font-size: var(--text-large);
	color: var(--color-primary);	
	margin: 30px 0 20px 0;
}

.expert__id {
	display: none;
}

