.image-cropped{
    max-height: 588px;
    overflow: hidden;
}
.hero-title.sub-page-hero{
    line-height: 77px;
    font-size: 55px;
    margin-bottom: 12px;
}
.hero-image-pages{
    top: -200px;
}
.member-img{
    height: auto;
    width: 306px;
	object-fit: cover;

}
.hero-container-page{
    min-height: 368px;
    height: 368px;
}
.about-us-wrapper {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: auto auto;
    gap: 1.5rem;
    position: relative;
}
.about-us-text {
    grid-column: 1;
    grid-row: 1;
}

.description-block,
.description-block > * {
    font-size: 18px;
}
.description-block{
    grid-column: 2;
    grid-row: 1;
    position: relative;
}

/*team block*/
.team-about-us{
    background: #59BF6226;
}
.team-member-card {
    background: #FFFFFF80;
}
.value-card{
    background: #59BF620F;
}
.card-img-value{
    width: 46px;
    height: auto;
    max-height: 50px;
    object-fit: contain; /* Ensures the image maintains aspect ratio and fits within the dimensions */
    max-width: 100%;
}
.about-us-description-btn{
    margin-top: 25px;
}
.hero-title-cta{
    line-height: 140%;
    font-weight: 400;
}
@media (min-width: 992px) {
    .mw-70{
        max-width: 70%;
    }
    .value-card{
        min-height: 158px;
    }
    .pb-about{
        padding-bottom: 86px !important;
    }
}
@media (max-width: 992px) {
    .value-card-investment{
        padding: 12px 24px !important;
    }
    .value-card-investment .card-body{

    }
    .team-member-card{
        padding: 0;
    }
    .hero-title.sub-page-hero{
        font-size: 32px;
        line-height: 44px;
        font-weight: 500;
    }
    .hero-container-page{
        margin-top: 20px;
         min-height: auto !important;
    }
    .member-img{
        width: 100%;
        height: auto;
    }
    .about-us-wrapper {
        display: flex;
        flex-direction: column;
    }
    .description-block,
    .description-block > * {
        font-size: 14px;
    }
}