.contact-persons .topic,.contact-persons .topic{
	text-align: center;
}
.contact-persons .content {
	max-width: 45rem;
	margin:.55rem auto 0;
}
.contact-persons img{
	width: 100%;
}
.contact-persons .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: -1.5%;
	margin-left: -1.5%;
	margin-top: 1.5rem;
}
.contact-persons .col {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	text-align: left;
	margin-bottom: 1.8rem;
}
.contact-persons .col .img-holder {
	margin-bottom: .4875rem;
	width: 35%;
	margin-right: 1.5rem;
}
.contact-persons .list-info {
	width: 65%;
}

.contact-persons .list-info {
	padding: 0;
	margin: 0;
}
.contact-persons .list-info li {
	padding: 0;
	margin: 0;
	list-style:none;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #4A4A4A;
}

.contact-persons .list-info li[itemprop="name"] {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.4rem;
	color: #202327;
}

.contact-persons .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -1.5%;
	margin-left: -1.5%;
}
.contact-persons .col:last-child {
	margin-bottom: -1.8rem;
}


@media (min-width: 450px) {
	.contact-persons .row {
		margin-top: 1.8rem;
	}

	.contact-persons .col {
		margin-bottom: 2.16rem;
	}

	.contact-persons .col .img-holder{
		margin-bottom: 0.6rem;
	}
}

@media (max-width: 767px) {
	.contact-persons .col {
		display: block;
		width: 100%;
	}
	
	.contact-persons .col .img-holder {
		width: 100%;
		margin-right: 0;
	}
	
	.contact-persons .list-info {
		display: block;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.contact-persons .col {
		display: block;
		width: 50%;
	}
	
	.contact-persons .col .img-holder {
		display: block;
		width: 100%;
		margin-right: 0px;
	}
}

@media (min-width: 1024px) {
	.contact-persons .row {
		justify-content: flex-start;
		margin-top: 4.1rem;
	}

	.contact-persons .col {
		display: flex;
		width: 33.33%;
		margin-bottom: 3.5rem;
		display: block;
	}

	.contact-persons .col .img-holder {
		width: 100%;
		margin-bottom: 1.6rem;
	}

	.contact-persons .list-info {
		width: 100%;
	}
}

@media (min-width: 1440px) {
	.contact-persons .row {
		margin-top: 5.7rem;
	}

	.contact-persons .col {
		margin-bottom: 7rem;
		width: 25%;
	}

	.contact-persons .col .img-holder{
		margin-bottom: 1.8rem;
	}
}

@media (min-width: 1920px) {
	.contact-persons .row {
		margin-top: 7.65rem;
	}

	.contact-persons .col {
		margin-bottom: 9.2rem;
	}

	.contact-persons .col .img-holder{
		margin-bottom: 2.5rem;
	}
}