.proDevSection {
	display: inline-block;
	text-align: left;
	width: 100%;
	background: #f4f4f4;
	padding-top: 148px;
	padding-bottom: 148px;
	margin-bottom: 144px;
	position: relative;
}
.proDevSection.related {
	padding-top: 0px;
	background: #fff;
}
.proDevSection.related h1 {
	margin-top: 104px;
	margin-bottom: 80px;
	text-align: left;
	width: 96%;
}
.proDevSectionContainer {
	display: inline-block;
	width: 68.8%;
	margin-left: 15.6%;
}
.proDevSectionTitle {
	display: inline-block;
	text-align: left;
	width: 100%;
}
.proDevSection h1 {
	margin-top: 156px;
	margin-bottom: 28px;
	text-align: center;
	width: 96%;
}
.proDevSectionContent {
	display: inline-grid;
	justify-content: center;
	grid-template-columns: 30% 30% 30%;
	grid-gap: 30px;
	text-align: center;
	width: calc(100% + 60px);
	margin-left: -30px;
}
.proDevSectionContentItem {
	display: inline-block;
	text-align: left;
	position: relative;
	padding-bottom: 80px;
}
.proDevSectionContentItem.hidden {
	display: none;
}
.proDevSectionContentItem h2 {
	font-family: 'Gotham-Bold';
	font-size: 32px;
	line-height: 37px;
	margin: 0px;
	margin-top: 16px;
	margin-bottom: 16px;
	text-transform: none;
}
.proDevSectionContentItem p {
	margin-top: 0px;
}
.proDevSectionContentItem .btnReadMore {
	margin-top: 20px;
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.proDevSectionContentItemImage {
	display: inline-block;
	position: relative;
	background-size: cover;
	aspect-ratio: 416 / 274;
	width: 100%;
}
.proDevSectionContentItemTag {
	position: absolute;
	display: inline-block;
	bottom: 0px;
	left: 0px;
	background: #fff;
	color: #000;
	font-family: 'Poppins-Bold', sans-serif;
	font-size: 18px;
	line-height: 23px;
	z-index: 2;
	padding: 10px 40px;
}
.proDevSectionButtonMore {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	display: inline-block;
	font-family: 'Poppins-Bold', sans-serif;
	font-size: 18px;
	border: 4px solid #0c1c2c;
	background: #fff;
	color: #0c1c2c;
	text-transform: uppercase;
	text-align: center;
	line-height: 56px;
	padding: 0px 40px;
	cursor: pointer;
	text-decoration: none;
	transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
}
@media (hover: hover) {
	.proDevSectionButtonMore:hover {
		color: #fff;
		background: #0c1c2c;
		background: #0c1c2c;
	}
}
