  .underline {
    width: 80px;
    height: 4px;
    background: #ffff;
    border-radius: 2px;
  }
.mission-card {
    background: #ffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.icon-heading-wrapper {
    background: linear-gradient(135deg, #0a2c82, #1e3fa6);
    border-radius: 10px;
    padding: 15px;
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #fff;
}

.icon-heading-wrapper h4 {
    color: #fff;
    margin-bottom: 5px;
}

.mission-card p {
    color: #555;
    line-height: 1.6;
    margin-top: 15px;
}

.text_color {
  color: #0a2c82;
}

ul li {
  line-height: 1.6;
}
.year-badge
{
    background: #0a2c82;
}
.logo-img {
    height: auto;
    width: auto;
    max-width: 150px;
}