

.b-hero{
    width: 100%;
    height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    background-image: url(images/AboutCover.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.b-hero .hero-content{
    width: 400px;
    height: 100px;
    padding: 12px 18px;
    border-radius: 12px;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-direction: column;
    gap: 5px;
    backdrop-filter: blur(6px);
    color: #F2F2F2;
    background: #13131346;
    border-bottom: 5px solid #fff;
}


/* .boardMembers */

.boardMembers{
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 4rem 6rem;
    background: #F2F2F2;
}

.images1:nth-child(2){
    margin-top: 120px;
}

.images1{
    width: 300px;
}

.images1 .img{
    width: 100%;
    border-radius: 12px;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.199);
    text-decoration: none;
}


.img .name{
    width: 90%;
    height: 50px;
    position: absolute;
    bottom: 10px;
    left: 5%;
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-radius: 24px;
    background: rgb(255, 255, 255);
}

.name p{
    font-weight: 500;
    font-size: 0.9em;
}

.name p:nth-child(2){
    background: darkblue;
    color: #fff;
    border-radius: 24px;
    font-weight: 500;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 16px;
}

.reach-outs{
    position: absolute;
    top: 60%;
    right: -5%;
    background: rgb(255, 255, 255);
    box-shadow: 0px -3px 6px rgba(51, 51, 51, 0.123);
    padding: 8px 24px;
    padding-bottom: 12px;
    border-radius: 24px;
    transform: rotate(90deg);
}

.reach-outs a{
    text-decoration: none;
    font-weight: 600;
}
