.faculty-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.faculty-grid .faculty-grid-item {
    height: 254px;
    width: 200px;
    background: center / cover no-repeat;
    display: block;
    position: relative;
}

.faculty-grid .faculty-grid-item .faculty-content{
    position: absolute;
    bottom: 5px;
    padding: 5px;
    color: #071751;
    font-size: 14px;
    margin: 0;
    background: rgba(255,255,255, .8);
    left: 0;
    right: 0;
    width: 100%;
}

.faculty-grid .faculty-grid-item .faculty-content span {
    display: block;
    line-height: 1;
}