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;
}

section.green--Section.grey--section {
    background: #F6F6F6;
}

section.green--Section.grey--section .section--Title.align-left.text-white h5{
    color:var(--primary-color);
}

section.green--Section.grey--section .section--Title.align-left.text-white h2 {
    color: var(--text-color);
}

section.green--Section.grey--section .left--content-block h4, section.green--Section.grey--section .left--content-block p {
    color: var(--text-color);
}

section.green--Section.white--section {
    background: #fff;
}

section.green--Section.white--section .section--Title.align-left.text-white h5 {
    color: var(--primary-color);
}

section.green--Section.white--section .section--Title.align-left.text-white h2 {
    color: var(--text-color);
}

.block--content {
    display: flex;
    padding: 20px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #F6F6F6;
    margin-bottom: 10px;
}

.block--content h4 {
    color: var(--text-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 30px; /* 125% */
    text-align: center;
}

@media(max-width:678px){
    .block--content h4 {
        font-size: 18px;
    }
}