/*======================================Banner Classes======================*/

.banner_image {
    height: 350px;
    background-position: center;

}

.banner_image h2 {
    font-size: 34px;
    line-height: 60px;
    text-align: center;
    padding: 150px 0 100px 0;
    color: #fff;
    font-weight: 900;
}


/*======================================About IIX value classes======================*/

.about_iix h1 {
    font-size: 38px;
    font-weight: 700;
    color: #42a3d6;
    margin-bottom: 30px
}

.about_iix h2 {
    font-size: 23px;
    text-align: center;
    font-weight: 900;
    padding: 0 9vw;
    color: #6d706f;
    margin-bottom: 30px;
}

.about_iix h5 {
    color: #6e7170;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.about-content .first-part p {
    font-size: 39px;
    line-height: 45px;
    text-align: left;
    font-weight: 800;
}

.about-content .second-part p {
    font-size: 20px;
    line-height: 30px;
    padding: 0 30px 0 0;
}

.seperator {
    border-bottom: 5px solid #6e7170;
    width: 5%;
    margin: 60px auto;
}

.about-content {
    padding: 0px 4vw;
}


.past_decade_section img {
    width: 30%;
}

.past-decade-content {
    padding: 25px 0;
}

.past-decade-content p {
    margin-bottom: 0px !important;
    font-weight: 600;
}
