#home-image-links .image-link-items-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}

#home-image-links .image-link-items-wrapper .items-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-image-links .bg-image-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home-image-links .relative-position {
    position: relative;
}

#home-image-links .bg-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
}

#home-image-links .bg-filter-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(#fff, #000);
    opacity: 0.8;
}

#home-image-links .image-link-item {
    padding: 10px 25px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transition: 0.5s;
    text-decoration: none;
}

#home-image-links .image-link-item:first-child {
    padding-left: 0;
}

#home-image-links .image-link-item:last-child {
    padding-right: 0;
}

#home-image-links .image-link-item:hover {
    text-decoration: none;
}

#home-image-links .image-link-item .title-wrapper {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    text-align: center;
    line-height: 1.2;
    margin-top: 10px;
}

#home-image-links .image-link-item .link-wrapper {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 1.4;
    z-index: 2;
}

#home-image-links .image-link-item .link-wrapper:hover {
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

}