.ct-group{
    background-color: #d6f2f7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ct-icon{
    text-align: center;
}
.ct-textHeader{
    text-align: center;
    font-size: 22px;
    font-family: 'nt-b';
    color: #7ed0e2;
    margin-top: 10px;
    text-transform: uppercase;
}
.ct-text{
    text-align: center;
    font-size: 16px;
    font-family: 'nt';
     margin-top: 10px;
     color: #646464;
}
.ct-text b {
    font-weight: normal !important;
    font-family: 'nt-b';
}

.ct-list {
    border-left: solid 1px #e39cff86;
}

.ct-list:first-of-type {
    border-left: none;  
}
.ct-headerMain {
    font-size: 28px;
    font-family: 'nt-b';
    color: #7ed0e2;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .ct-list{
        border-left: none;  
    }
    
}