.page-header {
    padding-top: 4rem;
}

.reference-gutter {
    margin-left: -12px;
    margin-right: -12px;
}

.reference-gutter > [class^=" col-"],
.reference-gutter > [class^="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.reference-img {
    width: 100%;
    height: 338px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 8px;
    transition: var(--transition);
}

.reference-item h2 {
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05px;
    color: var(--grey);
    transition: var(--transition);
}

.reference-item:hover img {
    box-shadow: var(--shadow);
}

.reference-item:hover h2 {
    color: var(--primary);
}


@media (max-width: 767.98px) {

    .reference-img {
        height: 180px;
    }

}
