#about .mission img{
    width: 100%;
}
#about .row{
    background-color: #F9FAFF;
    padding: 20px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #d60808;
}
.tab-content{
    text-align: right;
}

.about-card{
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 10px auto;
    text-align: center;
}
.about-card img{
    width:100%;
    height:250px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.about-card a {
    color: #aaa;
    font-size: 18px;
    text-decoration: none;
}
.title-link {
    margin: 15px 0px;
}
#about .nav-link, #contact .nav-link, #news .nav-link,#allnews .nav-link{
    border-bottom: 1px solid #ECF7FF;
    font-weight: 500;
    font-size: 16px;
    color: #322e32;

}
#about .nav-link:hover, #contact .nav-link:hover,  #allnews .nav-link:hover{
    color: #322e32;
}