

section.page_banner {
    background: url('../img/nexuba_story/page_banner.png') top center/120% no-repeat;
}
.page_banner img.decor {
    width: 40rem;
    position: absolute;
    left: -5rem;
    top: 70%;
    transform: translateY(-50%);
}
.page_banner .block_content .lf {
    max-width: 21rem;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_banner .block_content .lf h2.content {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2
}
.page_banner .block_content .lf h2.content span {
    font-weight: 800;
}

@media (min-width: 576px) {
    .page_banner .block_content {
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        padding-left: 5%;
    }
}

@media (max-width: 575px) {
    section.page_banner .mob_view_banner {
        background: url('../img/nexuba_story/page_banner_mob.jpg') top center/ cover no-repeat;
    }
    .page_banner img.decor {
        top: 70% !important;
        left: -15rem;
        width: 37rem;
    }
    .page_banner .block_content .lf {
        max-width: none;
    }
}


/* Start:: DNA Section */

section.dna_section {
    background-image: url('../img/common/DNA.png');
    background-size: cover;
    color: #ffffff;
    padding: 6rem 0 3rem;
}
.dna_section .c_heading {
    display: inline-block;
    padding-bottom: 1rem;
}
.dna_section .c_heading .c_head {
    color: #eccb35;
}
.dna_section sup {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    top: -1.6rem;
}

.dna_section .footer {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.dna_section .footer > p {
    font-size: 0.8rem;
    font-weight: 500;
}

ul.dna_list {
    list-style: none;
    padding-left: 0;
    max-width: 22rem;
    margin-top: 3rem;
}
ul.dna_list > li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 200;
    text-transform: lowercase;
    margin-bottom: 2rem;
    line-height: 1.2;
}
ul.dna_list > li:before {
    content: "";
    display: inline-block;
    flex: 0 0 2.2rem;
    height: 2.2rem;
    background-image: url('../img/icons/icon_dna.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1rem;
}

/* End:: DNS Section */



/* START:: NexubaCode Section */


section.nexuba_code {
    background-color: #ececec;
    padding: 3rem 0 2rem;
}

section.nexuba_code .block_heading {
    text-align: right;
}
section.nexuba_code .title {
    display: inline-block;
    margin-bottom: 2rem;
    padding-bottom: 0.6rem;
}



ul.nexuba_code_list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
}
ul.nexuba_code_list > li {
    width: 20%;
    max-width: 15rem;
    padding: 0 0.8rem;
    margin-bottom: 2rem;
}

ul.nexuba_code_list .card {
    background-color: #fff;
    border-radius: 1.5rem;
}
ul.nexuba_code_list .card .card-body {
    padding: 1.5rem 1rem;
}
ul.nexuba_code_list .card .img_block {
    text-align: center;
}
ul.nexuba_code_list .card .desc_block {
    height: 5rem;
}
ul.nexuba_code_list img {
    width: 40%;
    margin-bottom: 2rem;
}
ul.nexuba_code_list .card p {
    font-size: 0.8rem;
    text-align: left;
}
ul.nexuba_code_list .card p > span {
    color: #537B42;
    font-weight: 700;
}

@media (max-width: 575px) {
    section.nexuba_code .block_heading {
        text-align: center;
    }
}
@media (max-width: 991px) {
    ul.nexuba_code_list {
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.nexuba_code_list > li {
        width: 30%;
    }
}
@media (max-width: 767px) {
    ul.nexuba_code_list > li {
        width: 48%;
    }
}
@media (max-width: 430px) {
    ul.nexuba_code_list > li {
        width: 100%;
    }
}

/* END:: NexubaCode Section Section */



/* START:: About Section */

.abt_content {
    padding: 4rem 0 2.5rem;
}
.abt_content .section_block {
    width: 100%;
    /*max-width: 1000px;*/
    max-width: 85%;
    margin: auto;
}
.abt_content h3.title {
    display: inline-block;
    color: #000;
}
.abt_content .desc_block {
    font-size: 0.8rem;
    text-transform: lowercase;
}
.abt_content .custm_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.abt_content .img_block {
    text-align: center;
}
.abt_content .img_block img {
    width: 100%;
}


@media (min-width: 992px) {
    .abt_content .custm_row .custm_col {
        max-width: 30rem;
    }
    .abt_content .img_block img {
        margin-top: -7rem;
    }
}

/* END:: About Section */







@media (min-width: 1700px) {
    .abt_content .section_block {
        /*max-width: 1300px;*/
        max-width: 85%;
    }
}



