  .university-resources{
    display: block;
    position: relative;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    padding: 50px 25px;
    background-color: #e1e1e1;
}
h2.heading-title{
    margin-bottom: 50px;
}
.square-resources {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 250px;
}

.square-resources img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.square-resources span {
    position: absolute;
    display: block;
    width: 90%;
    background: #00000096;
    padding: 15px;
    font-size: 24px;
    color: #ffffff;
    line-height: 1.15em;
    text-align: center;
    font-family: Open Sans;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 30px;
}
.square-resources:hover {
    filter: brightness(0.5);
}