.welcome_solution h4{
    color: #aab981;
}
.prog_construct h2{
    color: #aab981;
    font-size: 32px;
}
.alpha {
    font-size: 72px;
    font-weight: 600;
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccc;
    border-radius: 50%;
    margin: 0 auto;
}

section.prog_construct span {
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
}
.alpha.alpha_c {
    color: #aab981;
}

.construct-slider p.text_c {
    background: #aab981;
}

.alpha.alpha_h {
    color: #825a81;
}

.construct-slider p.text_h {
    background: #825a81;
}

.construct-slider p {
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alpha.alpha_e {
    color: #929395;
}

.construct-slider p.text_e {
    background: #929395;
}

.alpha.alpha_ee {
    color: #fac316;
}

.construct-slider p.text_ee {
    background: #fac316;
}

.construct-slider .alpha.alpha_r {
    color: #d5f185;
}

.construct-slider p.text_r {
    background: #d5f185;
    color: #000;
}
.cons_grid_box {
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.cons_grid_box h3 {
    color: #000;
    font-size: 28px;
}

.cons_grid_box ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cons_grid_box ul li {
    list-style: none;
    background: #aab981;
    margin: 4px;
    border-radius: 10px;
    padding: 8px 17px;
    font-size: 14px;
    color: #fff;
}
section.who_program h2 {
    color: #aab981;
    font-size: 32px;
    text-align: center;
}

section.who_program span {
    display: block;
    text-align: center;
    margin-top: 15px;
}

section.who_program {
    text-align: center;
}
section.approach_box {
    background: #8a8a8a19;
    padding: 5% 0;
    text-align: center;
}

section.approach_box h2 {
    color: #aab982;
    font-size: 32px;
}
ul.check_icon li span {
    font-weight: 500;
    display: block;
}

ul.check_icon li {
    margin-bottom: 15px;
    position: relative;
    list-style: none;
    padding-left: 15px;
}

ul.check_icon li:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 3px;
    background: #a5ba7f;
    left: 0;
    top: 0;
}

ul.check_icon {
    padding: 0;
}

@media(max-width: 767px){
    .banner_upper {
        position: relative;
        top: unset;
        left: unset;
        transform: none;
        padding: 5% 5% 0 5%;
    }
    .welcome_solution h4{
        text-align: center;
    }
    .prog_construct h2{
        text-align: center;
        font-size: 28px;
    }
    .cons_grid_box h3{
        font-size: 24px;
    }
    section.who_program h2{
        font-size: 28px;
    }
    section.who_program span{
        font-size: 14px;
    }
    section.approach_box h2{
        font-size: 28px;
    }
}