 
.chkbx { margin: 35px auto; /*counter-reset: section; */}
 
.chkbx .ccm-layout-column-wrapper {
    display: flex;
    flex-wrap: wrap;
	position: relative;
 }

.chkbx .ccm-layout-column { 
	background: #072453;
    border: 3px #bcab80 solid;
    padding: 45px 45px 45px 65px;
    color: #333e47;
    border-radius: 0 0 50px 50px; 
    flex-basis: 42% !important;
    flex-grow: 1;
    width: auto;
    margin: 1%;
    display: inline-flex !important;
    vertical-align: middle !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    position: relative;
	box-sizing: border-box;
} 

.chkbx .ccm-layout-column-inner { margin: 0 !important; }

.chkbx .ccm-layout-column:before { position: relative; /*left: 0px;top: -35px;*/ }

.ccm-layout-column .chkbx .ccm-layout-column-wrapper {     flex-direction: column !important; }

.chkbx .ccm-layout-column:before { 
    content: "\f00c"; 
    font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding: 3px 3px 5px 3px;
    border: 3px solid #bcab80;
    font-size: 1.5rem;
    margin: 0;
    display: inline-flex;
    text-align: center;
    color: #fff;
    z-index: auto;
    min-width: 39px;
    box-sizing: content-box;
    border-radius: 0 0 20px 0;
    aspect-ratio: 1 / 1;
    line-height: 1rem; 
    position: absolute;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    top: 0;
    left: 0;
    border-top: 0;
    border-left: 0;
    background: #bcab80;
} 

/*.whitetxt .chkbx , .whitetxt .chkbx  a, .whitetxt .chkbx  h1, 
.whitetxt .chkbx  h2, .whitetxt .chkbx  h3, .whitetxt .chkbx  h4, 
.whitetxt .chkbx  h5, .whitetxt .chkbx  h6, .whitetxt .chkbx p 
{ color: #1c1818 !important; }*/
 





@media screen and (max-width: 1000px)
{
.chkbx .ccm-layout-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.chkbx .ccm-layout-column { margin: 10px auto; width: -webkit-fill-available !important;
	vertical-align: middle !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    flex-wrap: wrap;} 
	.chkbx .ccm-layout-column-inner { margin-top: 15px !important;}

}
@media screen and (max-width: 850px)
{
.chkbx .halfhalf-layout .half-half { width: 50% !important;  }
}
@media screen and (min-width: 1000px)
{
.chkbx .halfhalf-layout { display:flex;}
.chkbx .halfhalf-layout .half-half { width: 40% !important;  }
	.chkbx .thirds.ccm-layout-column { margin: 15px 1%; flex: 1; flex-basis: 25% !important; flex-direction: column !important; }
	.chkbx .thirds.ccm-layout-column:before { margin-bottom: 15px !important; }
.chkbx .thirds-layout .thirds:nth-child(2) { margin-left: 1%; margin-right: 1%; }
}