.about-header {
    width: 90%;
    margin: 100px auto;
}
.sub-container {
    max-width: 80% !important;
    margin: 0 auto;
}
.about-title-b {
    font-size: 110px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: .8;
    letter-spacing: -3px;
}
.about-header-desc {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: -0.3px;
    color: #000000;
}
.about-img-gallery {
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
    width: 100%;
}
.about-img-gallery ul {
    grid-column: 1 /-1;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.about-img-gallery ul li {
    margin-left: 25px;
}
.our-mission-wrap {
    background: url(../png/our-mission.png);
    position: relative;
    top: -27px;
    background-size: 100%;
    background-position: center right;
    padding: 125px 0;
    display: flex;
}
.grey-title {
    opacity: 0.2;
    font-family: Poppins;
    font-size: 70px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: -2.5px;
    color: #ffffff;
    margin: auto;
}
.our-mission-txt {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #ffffff;
    margin: auto;
}
.our-mission-txt span{
	color: #ec4949;
}
.story-title-b {
    font-size: 70px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: -2.5px;
    text-align: center;
    color: #000000;
    margin: 80px 0;
}
.about-verticale-timeline {
    width: 90%;
    margin: 50px auto;
    margin-bottom:150px;
}
.year-txt, .techweek-story {
    margin: auto;
}
.year-txt {
    font-size: 90px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.28;
    letter-spacing: 4.1px;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px #ec4949;
    padding-bottom: 100px;
    opacity: 0.2;
}
.techweek-story {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: -0.3px;
    color: #000000;
    padding-bottom: 100px;
    opacity: 0.2;
}
.active-story .techweek-story, .active-story .year-txt {
	opacity: 1 !important;
}
.timeline-wrapper{
	position: relative;
}
.timeline-wrapper:after {
    content: '';
    background: #e0eaf2 !important;
    width: 3px;
    position: absolute;
    height: 100%;
    left: 320px;
}
.year-txt:after {
    content: '';
    background: #ec4949;
    width: 3px;
    position: absolute;
    right: 3px;
    height: 55%;
    z-index: 2;
    top: 0;
}
/*.team-section{
	margin-top: 100px;
}
.team-section .story-title-b {
    text-align: center;
    width: 100%;
}
.team-img {
    margin-bottom: 40px;
    text-align: center;
}*/
.the-team-title {
    font-size: 70px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: -2.5px;
    color: #000000;
}
.team-section {
    border-top: solid 1px rgba(151, 151, 151, .4);
    padding-top: 40px;
    padding-bottom: 60px;
}
.team-section:last-child {
    margin-bottom: 100px;
}
.hirarchy-title {
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1.29px;
    color: #000000;
}
.person-name {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.93px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 10px;
}
.person-designation {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 0;
}
.person-email a {
    opacity: 0.5;
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

@media screen and (max-width:768px){
    .about-img-gallery, .about-img-gallery ul {
        display: block;
        padding: 0;
    }
    .about-img-gallery, .about-img-gallery ul li {
        margin: 0;
        margin-bottom: 20px;
    }
    .about-img-gallery ul li img {
        width: 100%;
    }
    .our-mission-wrap {
        background: url(../png/our-mission.png) no-repeat;
        position: relative;
        top: auto;
        background-size: cover;
        background-position: top right;
        padding: 65px 0;
    }
    .sub-container {
        max-width: 90% !important;
    }

    .about-header {
        width: 100%;
        margin: 50px auto;
    }
    .timeline-wrapper:after, .year-txt:after{
        content: none;
    }
    .about-title-b, .grey-title, .story-title-b{
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: -1px;
    }
    .our-mission-txt{
        font-size: 22px;
    }
    .story-title-b{
        margin: 20px;
    }
    .year-txt{
        font-size: 60px;
        padding-bottom: 20px;
    }
    .techweek-story{
        padding-bottom: 30px;
    }
    .team-section {
        margin-top: 50px;
    }

}