
.founders {
	padding: 40px 0;
}

.founders-blocks {
	display: flex;
	flex-direction: row;
	gap: 100px;
}

.founders-block {
	flex-basis: 50%;
}

.founders-block.block-photos {
	display: flex;
}

.founders-block.block-photos.one-column {
	justify-content: flex-end;
}

.founders-block.block-photos.two-columns {
	gap: 18px;
}

.founders-block.block-photos img {
	display: block;
	width: 100%;
	max-height: 470px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 24px;
	border-radius: 5px;
}

.founders-block.block-photos .name {
	margin-bottom: 16px;
	color: #30466d;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.founders-block.block-photos .position {
	color: #30466d;
	font-size: 15px;
	line-height: 26.4px;
	text-align: left;
}

.founders-block.block-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 48px;
}

.founders-block.block-content .description {
	color: #30466d;
	opacity: .6;
	font-size: 15px;
	font-weight: 400;
	line-height: 26.4px;
	max-width: 537px;
}

.founders-block.block-content .subtitle {
	color: #30466d;
	font-size: 17px;
	font-weight: 600;
	line-height: 29.92px;
	max-width: 537px;
}

.founders-block.block-content .btn_h {
	max-width: 295px;
	justify-content: space-between;
}

@media screen and (max-width: 992px) {
	.founders-blocks {
		flex-wrap: wrap;
		gap: 48px;
		justify-content: center;
	}
	
	.founders-block {
		flex-basis: 100%;
	}
	
	.founders-block.block-photos.one-column {
		justify-content: center;
	}
	
	.founders-block.block-photos.two-columns {
		justify-content: center;
	}
	
	.founders-block.block-content {
		gap: 48px;
	}
	
	.founders-block.block-content .description {
		max-width: 100%;
	}
	
	.founders-block.block-content .subtitle {
		max-width: 100%;
	}
	
	.founders-block.block-content .btn_h {
		width: 295px;
	}
}

@media screen and (max-width: 576px) {
	.founders-block.one-column.block-photos img {
		max-height: 100%;
	}
	
	.founders-block.two-columns.block-photos {
		flex-wrap: wrap;
		width: 100%;
	}
	
	.founders-block.two-columns.block-photos img {
		max-width: 100%;
	}
	
	.founders-block.block-content {
		align-items: flex-start;
	}
	
	.founders-block.block-content .title {
		text-align: left;
	}
	
	.founders-block.block-content .description {
		text-align: left;
	}
	
	.founders-block.block-content .subtitle {
		text-align: left;
	}
	
	.founders-block.block-content .btn_h {
		margin: 0;
	}
}
