.card {
    margin: 15px 0;
}
.card-img {
    max-height: 150px;
    object-fit: cover;
}
.card-body {
    padding: 15px;
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}






.card {
    margin: 15px 0;
    transition: transform 0.2s ease-in-out;
}
.card:hover {
    transform: scale(1.05);
}
.card-img {
    max-height: 150px;
    object-fit: cover;
}
.card-body {
    padding: 15px;
}
.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subject-one{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.values-container {
    display: grid;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    height: 100vh;
    padding-left: 0; /* Adjust as needed */
}
.values-item {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.values-item i {
    color: green;
    align-items: start;
    margin-right: inherit;
}
.values-title {
    text-align: center;
    font-weight: bold;
    color: #FF4917;
    margin-bottom: 20px;
}
/* .values-title {
    font-size: 24px;
    font-weight: bold;
} */
/* .items {
    font-size: 16px;
} */
.values-item
{
    margin-bottom: 5px;
}
.items{
    display: flex;
    color: black;
}
.items.click
{
    display: flex;
    color: black;
}
.connected{
    align-items: center;
}

.team-member {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
}
.team-member img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.team-member h3 {
    margin-top: 15px;
    font-size: 1.25rem;
}
.team-member p {
    margin: 5px 0;
}