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

.chkbx .ccm-layout-column { 
	background: #fff;
    border: 0;
    padding: 25px 25px 25px 55px;
    color: #272727;
    border-radius: 0;
    flex-basis: 31% !important;
    width: auto !important;
    margin: 1%;
    vertical-align: middle !important;
    align-items: flex-start !important;
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 50px;
} 


.whitetxt .chkbx h1, .whitetxt .chkbx h2, .whitetxt .chkbx h3, 
.whitetxt .chkbx h4, .whitetxt .chkbx h5, .whitetxt .chkbx h6,
.whitetxt .chkbx p { color: #272727 !important; }

.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: 20px 0;
    font-size: 1.5rem;
    margin: 0;
    display: inline-flex;
    text-align: center;
    color: #fff;
    z-index: auto;
    box-sizing: content-box;
    border-radius: 0;
    aspect-ratio: 1 / 1;
    line-height: 1rem;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    top: 10px;
    left: -10px;
    border-top: 0;
    border-left: 0;
    background: rgba(0, 172, 189, 1) !important;
    height: 100%;
    width: 40px;
    vertical-align: middle;
    max-height: 50px;
} 

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