/*
.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: 35px auto; counter-reset: section; }

.countit .ccm-layout-column { border: 1px #e7e7e7 solid; padding: 25px; background: #fff; border-radius: 15px; }


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


.countit .ccm-layout-column:before {
	padding: 5px;
	box-sizing: revert;	
    border-radius: 100px;
    font-size: 2.5rem;
    aspect-ratio: 1 / 1;
    display: flex;
    text-align: center;
    counter-increment: section;
    content: counters(section,"") /*"."*/;
    background: #f27d00;
    color: #fff;
    font-family: 'Verdana', sans-serif;
    font-weight: bold;
    z-index: auto;
    min-width: 50px;
	max-width: 75px;
    margin-top: -55px;
	margin-bottom: 15px;
    align-items: center;
    justify-content: center;
}

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


.countit .ccm-layout-column-wrapper {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	margin-top: -25px;
} 
.countit .ccm-layout-column-wrapper .ccm-layout-column {
	width: auto !important;
	display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    flex-grow: 1;
    flex-basis: 98%; margin: 1% 1% 5px 1%;
    color: #000;
}
.whitetxt .countit .ccm-layout-column-wrapper .ccm-layout-column { color: #fff; background: none; }


.countit .ccm-layout-column-wrapper .ccm-layout-column { position: relative;padding: 10px 15px; }
.countit .ccm-layout-column-wrapper .ccm-layout-column .ccm-layout-column-inner { padding: 0 0 0 30px; margin: 0!important; }
.countit .ccm-layout-column-wrapper .ccm-layout-column:before { 
	position: absolute;
    top: 60px;font-size: 2rem;
    left: -5%;
	margin-bottom: 0 !important; }
@media screen and (max-width: 1000px)
{
	.countit .ccm-layout-column-wrapper .ccm-layout-column:before { top: 65px !important; }
	.countit .ccm-layout-column-wrapper .ccm-layout-column .ccm-layout-column-inner { padding: 0 0 0 40px; }
}


/*.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:before {float: left;}
.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;  }*/

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