.header-text {
    font-weight: 600;
}

.bg-main {
    background-color: #77C159;
}

.text-main {
    color: #77C159;
}

.link-main {
    color: #77C159;
}

.link-main:hover {
    color: #66ab4b !important;
}

.btn-main {
    color: #fff !important;
    background-color: #77C159 !important;
    border-color: #77C159 !important;
}

.btn-main:hover {
    background-color: #66ab4b !important;
    border-color: #66ab4b !important;
}

.btn-outline-main {
    color: #77C159 !important;
    border-color: #66ab4b !important;
}
.btn-outline-main:hover {
    color: white !important;
    background-color: #66ab4b !important;
}
.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: 0.75rem;
}