
#headLine{
    font-weight: bolder;
    font-size: 3.875em;
    color: rgb(12, 37, 104);
}

.custom-div-img {
    height: 500px;
    margin: 0;
}

.custom-div-img img {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
}

.custom-div-img-two {
    height: 250px;
    margin: 0;
}

.custom-div-img-two img {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    object-position: center; 
}

#paraLine{
    font-weight: initial;
    font-size: 1.25em;
}

#h1LineVision{
    font-weight: bolder;
    font-size: 3.25em;
    color: rgb(84, 10, 116);
}

#h1LineMission{
    font-weight: bolder;
    font-size: 3.25em;
    color: rgb(18, 33, 114);
}