.about-us {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
}

.about-us h1,
.about-us h2 {
    color: #0d6efd;
}

.about-us p {
    font-size: 1.1rem;
}

.about-us .card {
    transition: transform 0.3s ease-in-out;
}

.about-us .card:hover {
    transform: scale(1.05);
}

.card-img-top {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 0 auto;
    margin-top: -75px;
}

.card-body {
    text-align: center;
    padding-top: 50px;
}

.partner-logo {
    max-width: 100%;
    height: auto;
  }