.bg-white {
    background-color: #fff;
}

.founder-img {
    max-width: 400px;
}

.story-content {
    max-width: 600px;
    margin: 0;
}

.stat-card {
    box-shadow: none !important;
}

.stat-number {
    color: #009D89;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
}

.stat-label {
    color: #666;
    font-size: 12px;
}

.mission-vision-card {
    background: #fff;
    margin-top: 10px;
    border-radius: 14px;
    border: 1px solid #E4E6E8 !important;
}
.mission-vision-row {
    margin-top: 40px;
    margin-bottom: 30px;
}
.leader-card {
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.07);
}

.leader-card h5 {
    font-size: 1.1rem;
}

@media (max-width: 576px) {
    .story-content,
    .stat-label,
    .mission-vision-card p {
        font-size: 0.95rem;
    }

    .stat-number {
        font-size: 1rem;
    }
    .founder-img {
        max-width: 250px;
    }

}


.about-top-container .bi{
    font-size: 40px;
    color: #009D89;
}
.about-top-description {
    text-align: center;
    justify-self: center;
}


.rtl .mission-vision-row .icon-circle {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}

@media (max-width: 991px) {
    .stat-number {
        font-size: 25px !important;
    }
    .about-services {
        font-size: 12px;
    }
}
.icon-circle {
    width: 30px;
    height: 30px;
}
.about-left-container {
    padding: 20px !important;
}
@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
    .about-left-container {
        padding-bottom: 0 !important;
    }
}
