.bod{
background: #F2F6FB 0% 0% no-repeat padding-box;
}
.bod__header{
margin-bottom:5.6rem;
}
.bod__member:not(:last-child){
margin-bottom:8rem
}
.bod__member-title,.bod__member-designation{
font-family: "DM Sans", sans-serif;
font-weight: 500;
font-size: 1.9rem;
line-height: 2.9rem;
margin-bottom:0.5rem
}

.bod__member-designation{
color: #979DA5;
}
.bod__image-wrapper{
height:38.5rem
}
.bod__content-wrapper{
margin-top:1.5rem;
font-family: "DM Sans", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #010D1B;
}

.bod__content-link{
margin-top:2rem;
font-size:4.5rem;
color: #979DA5
}

@media (max-width:767px){
.bod__member .row {flex-direction: column-reverse;}
.bod__image-wrapper{
	margin-bottom:2rem
}
.bod__header {
    margin-bottom: 3rem;
}
.bod__member:not(:last-child) {
    margin-bottom: 2rem;
}
}