
section.timeline .timeline-date h3{
    font-size: 1.2rem;
    letter-spacing: 2px;
}
p{
    line-height: 30px;
}
.font-weight-extra-bold{
    color: #356eac;
}

/* vision */
.vision h3{
	font-size: 1.3rem;
	letter-spacing: 1px;
}
.vision p{
	font-size: 1rem;
}
.vision strong{
	color: #356eac;
}

p.lead{
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 1px;
}
/* award */
/* .list{
    justify-content: space-around;
} */
.slogan{
    padding: 50px 0 100px 0;
}
.cascading-images-colored-bar{
    background-color: rgba(47, 85, 151, 0.75);
}
.post-card-image{
    display: block;
    width: auto;
    height:600px;
    overflow: hidden;
    position: relative;
}
.post-card-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-title{
    font-weight: 800;
}
#extra .container{
    width: 1200px;
}
li{
    font-size: 1rem;
}
article img{
    width: 100%;
    height: auto;
}
article{
    padding: 15px;

}
