section.green--Section {
    background: var(--primary-color);
    padding: 60px 0px;
}

.section--Title.align-left.text-white h5, .section--Title.align-left.text-white h2, .section--Title.align-left.text-white p {
    color: #fff;
}

.section--Title.align-left.text-white h2 span {
    color: var(--secondary-color);
    font-weight: 400;
}

.left--content-block p {
    font-size: 14px;
    line-height: 120%;
    color: rgba(246, 246, 246, 0.80);
}

.left--content-block h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
}

.left--content-block {margin-bottom: 40px;border-left: 2px solid var(--secondary-color);padding-left: 20px;}

.right--content-wrap h4 {
    color: #C5F74F;
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    line-height: 56px; /* 100% */
}

.right--content-wrap p {
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.7px;
}

.right--content-wrap {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    padding: 40px 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.green--blockwrap {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    height: 100%;
    padding: 28px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.green--blockwrap h4 {
    color: #FFF;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}

.green--blockwrap ul li {
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    letter-spacing: 0.045px;
    line-height: 22px;
    margin-bottom: 9px;
}