.case-study-tile {
    object-fit: contain;
    height: 267px !important;
    width: 100%;
    background: lightgrey;
    border: solid 6px #3d502c !important;
}
.case-text {
    font-size: 25px;
    color: #3d502c;
    height: 41px;
}

.line-count {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}