.name {
    font-family: mediumFont;
    font-style: normal;
    font-weight: 590;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 4px;
}
.role {
    font-family: lightFont;
    font-style: normal;
    font-weight: 274;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #000000;
}
.rowItemImageContainer {
    margin-bottom: 40px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 358px;
    width: 320px;
}
.imgContainer{
    position: absolute;
    bottom:-50px;
    height: 358px;
    width: 320px;
}
@media screen and (min-width:1440px) {
    .rowItemImageContainer {
        height: 358px;
        width: 320px;
    }
}
