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

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

.countit .ccm-layout-column:before {
    padding: 0; 
    font-size: 8rem; line-height: 8rem; 
    display: inline-block;
    text-align: center;
    counter-increment: section;
    content: counters(section,"") /*"."*/;
    color: #e5e9e9;
	font-family: 'DMSerif', sans-serif;
	z-index: -1; top: -1rem; left: -0.5rem; }

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

}
@media screen and (min-width: 1000px)
{
.countit .halfhalf-layout .half-half { width: 40% !important;  }
}