/* STYLES FOR 6 CC CL */
.sixCCcl {
    margin: 0 !important;
    max-width: unset !important;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 13.6%;
}
.sixCCcl .sixCCcontent {
    width: 48.3%;
}
.sixCCcontent h2 {
    position: relative;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}
.sixCCcontent h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFF;
}
.sixCCH5 {
    font-family: "Gotham A", "Gotham B" !important;
	font-weight: normal !important;
	font-size: 22px !important; 
	color: #FFFFFF !important;
	line-height: 31px;
}
.sixCCcolContainer {
    display: grid;  
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
}
.sixCCtext ul, .sixCCtext ol {
    padding-left: 25px !important;
    color: #FFF !important;
}
.sixCCtext h3 {
    font-family: 'BauerBodoniStdBlack' !important;
	font-weight: 900;
	font-size: 22px !important;
	color: #FFFFFF !important;
	line-height: 25px;
    margin-bottom: 15px;
}
.sixCCtext p {
    font-family: "Gotham A", "Gotham B" !important;
	font-size: 16px !important;
	color: #FFFFFF !important;
	line-height: 25px !important;
}
.sixCCbutton {
    margin-top: 25px;
}
.sixCCbutton a {
    font-family: "Gotham A", "Gotham B" !important;
	font-size: 15px !important;
	color: #FFFFFF !important;
	text-align: center;
	background: rgba(0,0,0,0.10) !important;
	border: 2px solid #B2B2B2 !important;
	padding: 9.5px 18.4px !important;
	text-transform: uppercase;
    display: inline;
    text-decoration: none;
}
@media only screen and (max-width: 1300px) {
    .sixCCcl {
        padding: 70px 15px;
    }
}
@media only screen and (max-width: 700px) {
    .sixCCcolContainer {
        grid-template-columns: 1fr;
        margin-top: 5px;
    }
    .sixCCcl .sixCCcontent {
        width: 100%;
    }
}