.who {
    padding-top: 90px;
    padding-bottom: 60px;
    max-width: 1200px;
    margin: auto;
}
.who__title {
    font-size: 28px;
    line-height: 36px;
    padding: 15px 0 40px;
}
.who__content {
	padding: 20px;
}
.who__left p {
	font-size: 18px;
	color: #34495E;
	margin-bottom: 20px;
}
.who__img {
	width: 100%;
}

.who__content .bold {
	font-weight: bold;
	color: #34495E;
}
.who__content .orange {
	color: #ED6D3A;
}

@media screen and (min-width: 360px) {

	.who__title {
		font-size: 34px;
	}

}

@media screen and (min-width: 768px) {

	.who__title {
		font-size: 40px;
		margin: 30px 0 !important;
	}
	.who__content {
		display: flex;
	}
	.who__left,
	.who__right {
		width: 50%;
	}

}

@media screen and (min-width: 1200px) {

	.who__title {
		font-size: 50px;
		margin: 50px 0 !important;
	}
	.who__left {
		padding-top: 20px;
		padding-right: 20px;
	}
	.who__left p {
		font-size: 19px;
	}

}