
.countit { margin: 35px auto; counter-reset: section; }

.countit .ccm-layout-column-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.countit .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: 42% !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 .countit .ccm-layout-column { 
	background: rgba(4, 4, 4, 0.5); border: 0 #fff solid; }

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

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

.ccm-layout-column .countit .ccm-layout-column-wrapper {     flex-direction: column !important; }
.ccm-layout-column .countit .ccm-layout-column {     width: initial !important; }

.countit .ccm-layout-column:before {
    padding: 8px 5px 2px 5px;
    border: 2px solid rgba(164, 164, 164, 1);
    font-size: 1.25rem;
    margin: 5px 25px 0 0;
    display: inline-flex;
    text-align: center;
    counter-increment: section;
    content: counters(section, "") /*"."*/;
    background: none;
    color: rgba(164, 164, 164, 1);
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    z-index: auto;
    min-width: 30px;
	box-sizing: content-box;
    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;
}
 
@media screen and (max-width: 1000px)
{
.countit .ccm-layout-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.countit .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;} 
	.countit .ccm-layout-column-inner { margin-top: 15px !important;}

}
@media screen and (max-width: 850px)
{
.countit .halfhalf-layout .half-half { width: 50% !important;  }
}
@media screen and (min-width: 1000px)
{
.countit .halfhalf-layout .half-half { width: 40% !important;  }
	.countit .thirds-layout .thirds { margin: 15px 1%; flex: 1; }
.countit .thirds-layout .thirds:nth-child(2) { margin-left: 1%; margin-right: 1%; }
}