.links-and-images-6-items-per-row-section {

    &__link-box {
        transition: all 0.3s ease;

        &-img {
            width: 100%;
            height: 120px;
        }

        &:hover {
            transform: translateY(-8px);
        }
    }

}

