@charset "UTF-8";
/* CSS Document */

.cc-header h2 {
	font-size: 48px !important;
	font-weight: 600 !important;
}

.cc-header h2 span{
	font-size: 32px !important;
}


.cc-main-container h1, .cc-main-container h1 > strong {
    line-height: 1.1;
    font-size: 50px !important;
    background: none !important;
    margin-top: 0px !important;
}


.cc-card-wrap {
	max-width: 1400px !important;
	display: flex;
    flex-wrap: wrap;
	margin: 0px auto;
}

	

.cc-bg-img {
	position: relative;
	z-index: 2 !important;
	opacity: 1 !important;
}
	
.black-fade:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-image: linear-gradient(180deg, rgba(0,0,0,0.60), rgba(0,0,0,0.60));
}


@media only screen and (max-width:600px) {

.cc-main-container h1, .cc-main-container h1 > strong {
    font-size: 38px !important;
}

}