pre {
    background-color: rgba(0, 191, 111, 0.07) !important;
    font: inherit;
    font-weight: inherit;
    /* line-height: 18px; */
    padding: 1.5rem;
    overflow: visible;
    white-space: inherit;
}

.services ul::-webkit-scrollbar {
    width: 5px;
}

.services ul::-webkit-scrollbar-thumb {
    background: #00BF6F;
    border-radius: 50px;
}

.no-ul-list ul {
    list-style: none;
    padding-inline-start: 0;
}

.no-ul-list ul li:first-child {
    padding-top:9px;
}

.c-more-r[data-readmore] {
    transition: height 100ms;
    overflow: hidden;
}

.c-more-r-2[data-readmore] {
    transition: height 100ms;
    overflow: hidden;
}

.c-more-r-3[data-readmore] {
    transition: height 100ms;
    overflow: hidden;
}