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

.countit .ccm-layout-column { padding-left: 50px; }
.countit .ccm-layout-column:before,
.countit .ccm-layout-column:after { position: absolute; left: 0px; }

.countit .ccm-layout-column:before {
border: 1px solid #b88014;
padding: 7px 14px 10px 14px;
-moz-border-radius: 50px;
border-radius: 50px;
font-size: 18px;
font-weight: bold;
width: 10px;
height: 20px;
display: inline-block;
text-align: center;

counter-increment: section;
content: counters(section,""); }

.countit .ccm-layout-column:nth-child(odd):before { top: 0;  }
.countit .ccm-layout-column:nth-child(even):before { bottom: 0; }

.countit .ccm-layout-column:after { 
content: ''; height: -webkit-fill-available;
border-left: 1px solid #b88014; padding: 0; left: 20px; }

.countit .ccm-layout-column:nth-child(odd):after { top: 38px;  }
.countit .ccm-layout-column:nth-child(even):after { bottom: 38px; }

@media screen and (max-width: 1000px)
{
.countit .ccm-layout-column { margin: 45px auto; width: -webkit-fill-available !important; }
.countit .ccm-layout-column:nth-child(odd):before { top: 0;  }
.countit .ccm-layout-column:nth-child(even):before { top: 0; }	
.countit .ccm-layout-column:nth-child(odd):after { top: 38px; bottom: inherit; }
.countit .ccm-layout-column:nth-child(even):after { top: 38px; bottom: inherit;  }

}
*/




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


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

.countit .ccm-layout-column { 
background: #f1f5f5; border: 0 #fff solid; padding: 20px 25px; color:#333e47;
border-radius: 8px;/* box-shadow: rgba(0,0,0,0.15) 3px 3px 3px;*/
    flex-basis: 31% !important;
    flex-grow: 1;
    width: auto;
    margin: 2% 1%;}

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

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


.countit .ccm-layout-column:before {
    padding: 0;
    border: 0;
    font-size: 2.25rem;
    margin: 0 0 -25px -15px;
    display: inline-flex;
    text-align: center;
    counter-increment: section;
    content: counters(section, "") /*"."*/;
    background: #9594c9;
    color: #fff;
    font-family: "greycliff-cf", sans-serif;
    font-weight: 700;
    font-style: normal;
    z-index: auto;
    min-width: 80px;
    border-radius: 50px;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-left: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;
}

/*.whitetxt .countit .ccm-layout-column,
.whitetxt .countit .ccm-layout-column:before { border: 1px #fff solid;  }*/

.whitetxt .countit , .whitetxt .countit  a, .whitetxt .countit  h1, 
.whitetxt .countit  h2, .whitetxt .countit  h3, .whitetxt .countit  h4, 
.whitetxt .countit  h5, .whitetxt .countit  h6 { color: #004851 !important; }

/*.countit .ccm-layout-column:nth-child(odd):before { top: 0;  }
.countit .ccm-layout-column:nth-child(even):before { bottom: 0; }

.countit .ccm-layout-column:after { 
content: ''; height: -webkit-fill-available;
border-left: 1px solid #b88014; padding: 0; left: 20px; }

.countit .ccm-layout-column:nth-child(odd):after { top: 38px;  }
.countit .ccm-layout-column:nth-child(even):after { bottom: 38px; }*/

@media screen and (max-width: 1000px)
{
.countit .ccm-layout-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.countit .ccm-layout-column { margin: 3% auto; width: -webkit-fill-available !important; }
/*.countit .ccm-layout-column:nth-child(odd):before { top: 0;  }
.countit .ccm-layout-column:nth-child(even):before { top: 0; }*/	
/*.countit .ccm-layout-column:nth-child(odd):after { top: 38px; bottom: inherit; }
.countit .ccm-layout-column:nth-child(even):after { top: 38px; bottom: inherit;  }*/

}
@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%; }
}