.management__wrapper h3{
    font-size: 42px;
    font-weight: 700;
    position: absolute;
    bottom: 150px;
    color: var(--bs-white);
    left: 0;
}
.trustee-img{
    z-index: 2;
    position: relative;
}
.left__flower {
    bottom: -24px;
    left: -42px;
}
.right__flower {
    bottom: -20px;
    right: -40px;
}
.trustee__inner{
    gap: 200px;
}
.trustee__inner p:nth-child(2),.cards__collections p:nth-child(2),.trustee__msg .col-md-3 p:first-of-type{
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.trustee__inner p:nth-child(3),.cards__collections p:nth-child(3),.trustee__msg .col-md-3 p:nth-of-type(2){
font-size: 24px;
font-weight: 700;
color: var(--h4TextColor);
}

.cards__collections{
    row-gap: 35px;
}

.profile-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    padding: 25px;
    border-radius: 10px;
}

.profile-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.profile-img {
    transition: transform 0.4s ease;
}

.profile-card:hover .profile-img {
    transform: scale(1.05);
}
