.about__content__1 h1 {
    font-size: 4.35rem;
    line-height: 1.125;
    font-weight: 900;
    margin: 0;
}
.about__content__1 p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    max-width: 500px;
    margin: 1rem 0;
}
.about__content__2 h2 {
    font-size: 2.75rem;
    line-height: 1.25;
    font-weight: 800;
    padding: .75rem 0;
    margin: 0 auto;
}
.about-telenet-text-content {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: rgba(49, 59, 66, .95);
    margin: 1rem 0;
}
.tele-net-text-content {
    font-size: 1rem;
    line-height: 1.5rem;
    
    font-weight: 500;
    color: rgba(49, 59, 66, .95);
    margin: 1rem 0;
}
.check-icon {
    margin-right: 10px;
    vertical-align: middle;
}
.about-btn {
    margin-top: 2.5rem;
}
/* .about-header-grid-image {
    display: none;
} */
.about-telenet-mvv-wrapper {
    max-width: 500px;
    background-color: #fff;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3);
}
.about-telenet-mvv-wrapper .about-telenet-polygon {
    background-color: #fff;
    clip-path: polygon(0px 100%, 0% 66%, 100% 15%, 100% 100%);
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: 48%;
    transform: translate(0, -50%);
}
.about-telenet-mvv-wrapper img{
    object-fit: fill;
}
.about-telenet-mvv-content {
    padding: .75rem 1.25rem .75rem 1.5rem;
}
.about-telenet-client-mvv, .about-telenet-the-client {
    font-size: 1.125rem;
    line-height: 1.85rem;
    font-weight: 500;
    color: #007cba;
    margin: 1rem 0;
    display: block;
    margin-top: 1.5rem;
    font-style: italic;
}

/* LEADERSHIP CSS START HERE */
.leadership-layout {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px 0;
}
.leadership-h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
    margin: 1rem 0 4rem;
    color: #231f20;
}
.leadership-card {
    width: 100%;
    min-width: unset;
}
.leadership-photo-wrapper {
    width: 85%;
    background-color: white;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3);
}
.leadership-photo {
    display: block;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.125));
    padding-top: 1.5rem;
    border: none;
    max-width: 100%;
    height: auto;
}
.leadership-photo-wrapper a {
    position: relative;
    display: block;
}
.leadership-card .linkedin-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4784313725);
    z-index: 9;
    transition: .3sease;
    opacity: 0;
    visibility: hidden;
}
.leadership-photo-wrapper:hover .linkedin-filter {
    opacity: 1;
    visibility: visible;
}
.leadership-card .linkedin-filter img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
}
.leadership-details {
    margin-top: 2.25rem;
    font-size: .875rem;
    line-height: 1.25rem;

}
.leadership-details a {
    display: grid;
    row-gap: .5rem;
}
.leadership-name {
    font-weight: 600;
    color: #313b42;
    padding: 0 1rem;
    position: relative;
    display: block;
}
.leadership-name::before {
    position: absolute;
    content: "";
    width: 1px;
    height: .875rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #218fa6;
}
.leadership-job-title {
    font-size: .8rem;
    line-height: 1.125rem;
    color: #5f7380;
    padding: 0 1rem;
    display: block;
}
.show-more-btn {
    display: flex;
    justify-content: center;
    width: 100vw;
    position: relative;
}
/* LEADERSHIP CSS END HERE */


/* HISTORY CSS START HERE */
.history-section-bg {
    background: radial-gradient(circle 500px at bottom left, #475979 0%, rgba(35, 45, 62, 0.9490196078) 30%, #213458 100%);
}
.history .inner-padding ul {
    margin: 0;
}
.tele-history {
    display: flex;
    align-items: center;
    gap: 4rem;
}
.tele-history .brief-graphics {
    border: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
    height: auto;
}
.brief-graphics {
    display: none;
}
.tele-history ul {
    margin: 0;
}
.history ul {
    display: grid;
    gap: 1rem;
}
.history ul li {
    display: flex;
    column-gap: 2rem;
    align-items: center;
    background-color: #1F4072;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    transition: .3s ease;
}
.history ul li:hover{
    background-color: rgba(25, 110, 217, .4);
    margin-left: -50px;
    cursor: pointer;
}
.history__title > h2 {
    font-size: 2.75rem;
    line-height: 1.25;

    color: #f9f9f9;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-transform: initial;
}
.history ul li span {
    color: #f9f9f9;
}
.history ul li .brief-desc {
    display: flex;
    flex-flow: column;
    gap: .5rem;
}
.history .bullet-subtitle {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: rgba(220, 222, 223, .5607843137);
    letter-spacing: .1rem;
}
.history .bullet-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
}
/* HISTORY CSS END HERE */


/* INSTITUTE CSS START HERE */
.institute-wrapper {
    display: grid;
    row-gap: 1.5rem;
    margin: 2.75rem 0 0;
}
.institute-col {
    display: grid;
    row-gap: 2rem;
}
.institute-card {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: rgba(50, 50, 93, .25) 0px 11px 22px -5px, rgba(0, 0, 0, .3) 0px 5px 16px -8px;
}
.institute-icon {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px;
}
.institute-title {
    font-size: 1.5rem;
    line-height: 2rem;

    font-weight: 700;
    color: #231f20;
    margin-top: 3px;
    margin-bottom: 20px;
}
.challenge-desc {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #282b2e;
    margin: 0;
}
.by-the-numbers-link-wrapper {
    display: flex;
    justify-content: flex-end;
}
.by-the-numbers-link {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;

    font-weight: 600;
    text-decoration: none;
    margin-top: 1rem;
    color: #014e89;
    cursor: pointer;
    transition: color 120msease-in-out;
}
.institute-link-wrapper {
    display: flex;
    justify-content: flex-end;
}
.institute-link {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;

    font-weight: 600;
    text-decoration: none;
    margin-top: 1rem;
    color: #014e89;
    cursor: pointer;
    transition: color 120ms ease-in-out;
}
.institute-link:hover {
    color: #218fa6;
}
.soeroot {
    padding: 1em;
}
.soeroot2 {
    padding: 0 1em;
}
.soeroot span, .soeroot2 span {
    padding: 4px;
    border: 2px solid #999999;
    background-color: var(--primary-color);
}
/* INSTITUTE CSS END HERE */

/* MEDIA QUERY START HERE */
@media only screen and (max-width: 1200px) {
    .about-telenet-mvv-wrapper .about-telenet-polygon {
        top: 43%;
    }
    .leadership-layout {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1024px) {
    .about__content2 h1 {
        font-size: 3.5rem;
        line-height: 1.125;
        font-weight: 900;
    }
    .about-header-grid-image {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas:
        "hn1 hn1 hn2 hn2"
        "hn3 hn3 hn3 hn3";
        column-gap: 1.5rem;
        row-gap: 1.25rem;
    }
    .about-grid-image-container.con-1 {
        grid-area: hn1;
        justify-self: right;
        align-self: end;
    }
    .about-grid-image-container.con-2 {
        grid-area: hn2;
        justify-self: start;
        align-self: end;
    }
    .about-grid-image-container.con-3 {
        grid-area: hn3;
        justify-self: center;
    }
    .about-grid-image-container img {
        object-fit: contain;
        border-radius: .5rem;
        overflow: hidden;
        box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3);
    }
    /* .tele-history {
        grid-template-columns: 1fr 1fr;
    } */
    .brief-graphics {
        display: block;
    }
    .history__title > h2 {
        margin-bottom: 5rem;
    }
    .institute-wrapper {
        grid-template-columns: 1fr 1fr;
        row-gap: 0;
        column-gap: 2rem;
        align-items: flex-start;
        margin: 2.75rem 0 0;
    }
}
@media only screen and (max-width: 992px) {
    .new__about__area.pb-150 {
        padding-bottom: 50px;
    }
    .about-telenet-mvv, .reason-telenet.pt-100 {
        padding-top: 50px;
    }
    .about-telenet-mvv-wrapper .about-telenet-polygon {
        top: 48%;
    }
    .history-graphics {
        display: none;
    }
    .about-telenet-mvv-wrapper{
        margin: 0 auto;
    }
}
@media (min-width: 640px) {
    .institute-card-first {
        margin-top: 5rem;
    }
}
@media only screen and (max-width: 768px) {
    .history.pb-100 {
        padding-bottom: 10%;
    }
    .institute-card-first {
        margin-top: 1rem;
    }
    .leadership-layout {
        grid-template-columns: repeat(2, 1fr);
    }
    .leadership-details {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width: 600px) {
    .about__content__1 h1 {
        line-height: 1;
        font-weight: 600;
        font-size: 3.200rem;
    }
    .new__about__area.pt-200 {
        padding-top: 100px;
    }
    .new__about__area.pt-50 {
        padding-top: 0;
    }
    .leadership.pb-100 {
        padding-bottom: 0;
    }
    #institute{
        padding-left: 15px;
        padding-right: 15px;
    }
    .history__title > h2 {
        font-size: 2.15rem;
    }
    .leadership-layout {
        grid-template-columns: 1fr;
        margin: 2rem 0 0 3rem;
    }
    .show-more-btn {
        margin-bottom: 2.5rem;
    }
}
@media only screen and (max-width: 480px) {
    .about-telenet-mvv-wrapper .about-telenet-polygon {
        top: 45%;
    }
}
@media only screen and (max-width: 350px) {
    .about-telenet-mvv-wrapper .about-telenet-polygon {
        top: 43%;
    }
}