.theme-bg-gradient {
    background-image: linear-gradient(45deg, #0EAA13, #0EAA13);
}

.btn-gradient {
    background-image: linear-gradient(45deg, #0EAA13, #0EAA13);
    color: #fff;
}

.btn-inverse {
    background: white;
    color: #0EAA13;
}

a {
    color: #0EAA13;
}

.benefits-section .item .title-note {
    color: #0EAA13;
    font-weight: bold;
}

.theme-check-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #0EAA13;
    border-radius: 50%;
    color: #FFF;
    padding-top: 2px;
    text-align: center;
}

.data-list .number {
    font-size: 2rem;
    color: #0EAA13;
}

.why-section .media .icon-holder {
    position: relative;
    font-size: 2rem;
    width: 60px;
    height: 60px;
    padding-top: 9px;
    background-image: linear-gradient(45deg, #0EAA13, #0EAA13);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 15px -6px rgba(0, 0, 0, 0.15);
}

.guide-section .icon-holder {
    color: #0EAA13;
}