.vision , .mission{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #f6f6f8;
    min-height: 250px;
}

.vision h3 , .mission h3{
    color: #30368F;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.vision img, .mission img{
    width: 80px;
}

.vision p , .mission p {
    color: #2b3f61  
}



.about-us-header h2{
    color: #30368F;
    font-weight: 600;
    font-size: 32px
}

.about-us-header p{
    color: #2b3f61;
    width:70%;
    margin: auto;
    font-size: 18px;
    color: #283752;
}

.pros-item{
    background-color: white;
    border-radius: 20px;
    padding: 10px;
}
.pros-item .number{
    color : white ;
    background-color: #30368F;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
}

.pros-item h3{
    color: #222222;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.pros-item p{
    color: #2b3f61;
    width: 90%;
    font-size: 16px;
}