.vision-text {
    flex: 1;
    min-width: 0;
    max-width: 600px;
}

@media (max-width: 767px) {
    .vision-text {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 15px;
        text-align: left;
    }

    #vision img {
        width: 100% !important;
        min-width: auto !important;
        max-width: 540px;
        height: auto !important;
        margin-top: 2rem;
    }
}
.testimonial-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
/*.social-icon {*/
/*    font-size: 1.2rem;*/
/*    color: #6c757d;*/
/*    margin: 0 5px;*/
/*}*/
.carousel-control-prev-p,
.carousel-control-next-p {
    width: 5%;
}
.carousel-control-prev-p{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.carousel-control-next-p{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next-icon,
.carousel-control-prev-icon{
    color: black;
    border:1px solid black;
    border-radius: 50px;
}


@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

.team-section {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.team-member {
    margin-bottom: 2rem;
}

.team-member img {
    transition: transform 0.3s ease;
}

.team-member:hover img {
    transform: scale(1.05);
}

/*.social-links a {*/
/*    text-decoration: none;*/
/*    font-size: 1.25rem;*/
/*    transition: opacity 0.3s ease;*/
/*}*/

/*.social-links a:hover {*/
/*    opacity: 0.7;*/
/*}*/
.width-mission-100{
    width: 50%;
}

@media (max-width: 768px) {
    .team-member {
        margin-bottom: 3rem;
    }

    .display-4 {
        font-size: 2.5rem;
    }
    .width-mission-100{
        width: 100%;
    }
}