.founders {
    padding: 63px 0;
	margin-bottom:40px;
}

.founders h2 {
	font-size:36px;
	font-weight:700;
	color:#003446;
	margin-bottom:40px;
}

.founders__photo {
	margin-bottom:21px;
}

.founders__name {
	font-size:16px;
	color:#003446;
	margin-bottom:-2px;
}

.founders__position {
	color:#29D8C1;
	font-size:16px;
	font-weight:700;
	margin-bottom: -8px;
}

@media (max-width: 768px) {
	.founders {
		padding: 11px 0;
		margin-bottom:20px;
	}

	.founders h2 {
		font-size: 24px;
		margin-bottom: 36px;
	}

	.founders__author {
		margin-bottom:24px;
	}

	.founders__photo {
		max-width:120px;
		height:auto;
		margin-bottom: 7px;
	}
	.founders__position {
	    margin-bottom:10px;
	}
}