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

.chkbx .ccm-layout-column { 
	background: rgba(164, 164, 164, 0.05);
    border: 0 #ebf0f4 solid;
    padding: 20px 25px;
    color: #333e47;
    border-radius: 25px;
    /* box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px; */
    flex-basis: 39% !important;
    flex-grow: 1;
    width: auto;
    margin: 1%;
	
	display: inline-flex!important;
    vertical-align: middle!important;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    align-items: flex-start!important;
}

.whitetxt .chkbx .ccm-layout-column { 
	background: rgba(4, 4, 4, 0.5); border: 0 #fff solid; }

.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;
    font-style: normal; 
	padding: 6px 5px 4px 5px;
    border: 2px solid rgba(164, 164, 164, 1);
    font-size: 1.35rem;
    margin: 5px 25px 0 0;
    display: inline-flex;
    text-align: center; 
    background: none;
    color: rgba(164, 164, 164, 1); 
    z-index: auto;
    min-width: 30px;
    border-radius: 100px;
    aspect-ratio: 1 / 1;
    line-height: 1rem;
    /* border-left: 0; */
    /* box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px; */
    position: relative;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
	box-sizing: content-box;
} 

/*.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 .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%; }
}