:root {
    --Granite-Grey: #64666A;
    --color-red: #CF2030;
    --Sterling-Grey: #C8C8C8;
    --Light-Sterling-Grey: #F2F2F2;
}
.banner-block {
    margin-bottom: 40px;
}
.about-bni-journey #bni-journey {
    max-width: 100%;
    padding: 0;
}
.about-bni-journey #bni-journey .bni-journey-content{
 border-radius: 0;
}
.mission-title h4 {
    color: var(--Granite-Grey);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px;
    position: relative;
    z-index: 9;
}
.mission-title h4 span{
    color: var(--color-red);
}
.triangle-lt {
   padding-left: 10px;
}
.triangle::before {
    content: "";
    border-style: solid;
    border-top: 40px solid #c8c8c8;
    border-right: 40px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.triangle-lt{
    border-top-color: #F2F2F2;
}
.our_mission_text span{
    color: var(--Granite-Grey);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.our-mission {
    margin: 110px 0;
}
/* Help Block */
.help-left-block h3 {
    color: var(--Granite-Grey);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.help-left-block h3 span {
    color: var(--color-red);
    display: block;
    position: relative;
    margin-top: -10px;
}

.help-left-block p {
    color: var(--Granite-Grey);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.help-right-block p {
    color: var(--Granite-Grey);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.help-right-block p:first-child {
    margin: 0 0 15px;
}

.about-bni-help-top-block {
    margin-bottom: 80px;
}

/* Infinate Slide CSS */
.count-block {
    border-radius: 24px;
    background: var(--Light-Sterling-Grey);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 65px;
}
.infi-item {
    margin: 0 25px;
    max-width: 320px;
    max-height: 285px;
    overflow: auto;
    border-radius: 24px;
    overflow: hidden;
}
.cont-text {
    color: var(--Granite-Grey);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    position: relative;
    z-index: 9;
}
.count-num p {
    color: #CF2030;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    z-index: 1;
    display: block;
    padding: 13px 0 0 18px;
}
.count-num p::before {
    content: "";
    border-style: solid;
    border-top: 110px solid #FFFFFF;
    border-right: 110px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.img-block img{
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.cont-text {
    color: var(--Granite-Grey);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.our_mission_component {
    width: 820px;
    margin: 0 auto;
}

.main-leaders span.triangle {
    border-top-width: 130px;
    border-right: 130px solid transparent;
}

@media only screen and (max-width: 1400px) {
    .count-num p {
        font-size: 50px;
    }
    .count-num p::before {
        border-top: 85px solid #FFFFFF;
        border-right: 85px solid transparent;
    }
}

@media only screen and (max-width: 1200px) {
    .help-left-block h3{
        font-size: 36px;
    }
    .our_mission_text,
    .our_mission_text span {
        font-size: 38px;
    }
}

@media only screen and (max-width: 992px) {
    .help-left-block p,
    .help-right-block p {
        font-size: 14px;
    }
    .help-left-block h3 {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .our-mission {
        margin: 50px 0 100px;
    }
    .mission-title h4 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .our_mission_text, .our_mission_text span {
        font-size: 38px;
        line-height: 28px;
    }
    .our_mission_component {
        width: 75%;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 767px) {
    .help-left-block h3 span {
        display: inline !important;
    }
    .help-left-block h3, #cv-section h3 {
        font-size: 28px;
    }
    .help-left-block p, .help-right-block p, .about-bni-journey #bni-journey p {
        font-size: 16px;
    }
    .help-left-block p {
        font-weight: bold !important;
    }
    .help-left-block p, .help-right-block p {
        margin-bottom: 20px;
    }
    .help-right-block p:last-child {
        margin-bottom: 0;
    }
    .our_mission_component {
        width: 75%;
        margin: 0 auto;
        text-align: center;
    }
    .mission-title h4 {
        padding: 0;
        margin-bottom: 15px;
        display: inline-block;
    }
    .triangle::before {
        border-top: 25px solid #C8C8C8;
        border-right: 25px solid transparent;
        top: 2px;
        left: -5px;
    }

    .our_mission_text, .our_mission_text span {
        font-size: 28px;
        line-height: normal;
    }

}

@media only screen and (max-width: 576px) {
    .our_mission_component {
        width: 90%;
    }
    .our_mission_text {
        margin: 0;
    }
    .our_mission_component {
        width: 90%;
    }
    .help-left-block h3,
    .mission-title h4,
    #cv-section h3 {
        font-size: 24px;
    }
    .our_mission_text, .our_mission_text span {
        font-size: 26px;
    }
}

@media only screen and (max-width: 400px) {
    .our_mission_text, .our_mission_text span {
        font-size: 18px;
        line-height: normal;
    }
    .help-left-block h3, #cv-section h3, .mission-title h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}