.harvard-container{
    display: flex;
    align-items: center;
    /* margin-bottom: 3vw; */
    font-family: var(--font-family) ;
    padding: 11vw  0vw 4vw 0vw;
}
.pioneers-parent-container{
    background-color: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
    /* padding: 0vw 5vw 0vw 8vw; */
    gap: 16vw;
}
.pioneers-container{
    display: flex;
    flex-direction: column;
    text-align: left;
}
.pioneers-container h3{
    color: #212121;
    font-size: 2.5vw;
    font-weight: 600;
    margin-bottom: 2.2vw;
}
.pioneers-container p {
    width: 36vw;
    font-size: 1.2vw;
    color: #3D4D5D;
    font-weight: 400;
    line-height: 2.2vw;

}
.pioneers-img-container{
    margin: 0.4vw 0 0 0vw;
}
.pioneers-img-container p{
    font-size: 1.2vw;
    font-weight: 300;
    font-style: italic;
    line-height: 24px;
    color: #3D4D5D;
}
.pioneers-img-container img{
    width: 10vw;
    margin: 1vw 0 0 0;
}
