#aboutbody {
    padding: 50px 50px 60px 50px;
    background-color: rgb(212, 226, 245);
}


.aboutbdyctnt {
    /* line-height: 5; */
    padding-right: 75px;
}

.aboutbdyctntimg {
    padding: 25px;
}

.aboutbdyctnt > div > p > i {
    font-size: 60px;
    /* font-size: 4rem; */
}

.aboutbdyctnt > div {
    height: 100%;
}

.aboutbdyimg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 15px;
}

.aboutbdyctnt2 {
    text-align: center;
    line-height: 1.6;
}

#aboutbody > div > p {
    text-align: center;
}

#aboutbody > div > p > i {
    font-size: 40px;
    color: goldenrod;
}

#aboutbody2 {
    padding: 110px 50px 120px 50px;
}

#leadership {
    padding: 50px 50px 60px 50px;
    text-align: center;
}

.leadimg {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 15px;
}

.imglead {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

#leadership h3 {
    font-size: 20px;
    margin-top: 17px;
}

#leadership h6 {
    font-size: 15px;
    color: gray;
}


/* =========================
   TIMELINE BASE
========================= */

.timeline-wrapper {
    position: relative;
    margin-top: 40px;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-dot {
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.image-placeholder {
    height: 150px;
    background: #e9ecef;
    border-radius: 8px;
}

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}