/* Layout Information*/
.information_section .title_panel {
    width: 100%;
    padding: 30px 0 0;
    border-bottom: 0px #eeeeee solid;
    position: relative;
    display: inline-block;
}

.information_section .info_title_panel_full{
    margin: 50px 0;
}

.information_section .info_title_panel_full a,
.information_section .info_title_panel_full a:hover{
    color: var(--white-color);
}

.information_section .info_title_panel_full .pageHeading_sub {
    font-weight: 400;
    font-size: 16px;

    line-height: 21px;
    letter-spacing: 0.08rem;

    color : #1a202c;
    margin-bottom: 20px;
}

.information_section .container {
    max-width: 1320px !important;
}

.information_section .pageHeading_highlight{
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
    /* letter-spacing: 0.9px; */
    font-family: var(--heading-font);
}

.information_section .pageHeading_sub{
    /* margin-bottom: 20px; */
    margin-bottom: 2px;
}

.information_section .pageHeading_descp{
    max-width:70%;
    margin: 0 auto 20px;
    /* margin-top: 50px; */

}

.information_section .pageHeading_descp p{
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 1.3px;
}

.information_section .banner_btn_txt{
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 15px 46px;
    border-radius: 34px;
    transition: all .3s linear;
    letter-spacing: 0.1rem;
    max-width: 45rem;
    border: 0px solid var(--black-color);
}

/* .information_section .banner_btn{
    margin-top: 20px;
} */

.information_section .pageHeading_main{
    margin-bottom: 20px;
}

.information_section .banner_btn{
    margin-top: 10px;
    display: flex;
    gap: 6px;
    justify-content: center;
}

/* .information_section .mobile_sub_banner_odd_link,
.information_section .mobile_banner_btn_txt{
    display: block !important;
} */

.information_section .mobile_banner_btn_txt {
    background-color: transparent;
    color: var(--black-color);
    border: 1px solid var(--black-color);
}

.information_section .info_title_panel_full .pageHeading_descp {
    font-weight: 400;
}


@media only screen and (max-width: 610px){
    .information_section .info_title_panel_full,
    .information_section .pageHeading_main,
    .information_section .pageHeading_descp{
        text-align: left !important;
    }

    .information_section .pageHeading_descp {
        margin: 0 0 20px;
    }

    .information_section .pageHeading_highlight {
        font-size: 38px;
    }

    .information_section .info_title_panel_full .pageHeading_sub {
        margin-bottom: 5px;
    }

    .information_section .banner_btn{
        justify-content: left;
    }

    .information_section .banner_btn_txt {
        padding: 15px 35px;
    }
    
    /* .information_section{
        margin: 20px 0 50px !important;
    } */

    .information_section .pageHeading_descp{
        width: 100%;
        max-width: 100%;
    }
}