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

.countit .ccm-layout-column-wrapper {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
}

.countit .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;
} 

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

.whitetxt .countit h1, .whitetxt .countit h2, .whitetxt .countit h3, 
.whitetxt .countit h4, .whitetxt .countit h5, .whitetxt .countit h6,
.whitetxt .countit p { color: #272727 !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 {
    counter-increment: section;
    content: counters(section, "") /*"."*/;
    
	font-family: "ofelia-text", sans-serif;
	font-weight: 600;font-style: normal;
    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;
    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;
}
 
@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%; }
}