.inner-page .section-title{
	
}

.inner-page	h2{	
	font-size: 3rem;
	font-weight: 600;
	color: var(--black);
	text-align: left;
	margin-bottom: 2rem;
}

.inner-page	.subsection-tile{	
	margin-bottom: 1.5rem;	
}

.inner-page	.subsection-tile a{	
	display: block;	
	height: 100%;
}

.inner-page	.subsection-image{
	width: 100%;
	aspect-ratio: 1/1;
	position: relative;
}

.inner-page	.subsection-image > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	position: absolute;
	transition: transform var(--duration) ease;
}
.inner-page	.subsection-tile a:hover{
	text-decoration: none !important;	
}
.inner-page	.subsection-name{
	color: var(--white);
	font-weight: 500;
	padding-top: 1rem;
	font-size: 1.125rem;
}
.inner-page	a.bc-1 .subsection-name{
	color: var(--black);
}

.inner-page	.subsection-tile a:hover img{
	transform: translateY(-1.5rem);
}	

@media (max-width: 767px) {  
	
}
@media (max-width: 575px) {
	.inner-page .subsection-image {
	}
	.inner-page .subsection-image > img{

	}
	.inner-page .subsection-tile {
		
	}
}

