.ly-2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.13%;
}
.ly-2__item {
    width: 24.9%;
}
.ly-2__item .image-default {
    position: relative;
}
.ly-2__item .ly-2__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-color: #000000a6;
}
.ly-2__title a {
    color: #FFF;
}
@media (max-width: 768px) {
    .ly-2 {
        column-gap: 0.4%;
    }
    .ly-2__item {
        width: 49.8%;
    }
}
@media (max-width:576px) {
    .ly-2__item {
        width: 100%;
    }
}
