.grid-table-ul {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}
.grid-table-ul > li {
    padding: 12px;
    border: none;
}
._gt-image {
    border: 1px solid #e5e5e5;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}
._gt-image a {
    display: block;
    padding-top: 100%;
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
._gt-info h3 {
    margin: 18px 10px 26px;
    min-height: 46px;
    height: 46px;
}

@media (max-width: 768px) {
    .grid-table-ul {
        display: flex;
        flex-wrap: wrap;
        margin: -8px;
    }
    .grid-table-ul > li {
        padding: 8px;
    }
}
