.tsc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.tsc-item {
    border: 1px solid #e0e0e0;
    padding: 15px;
    background: #fff;
    text-align: center;
}

.tsc-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.tsc-item h3 {
    font-size: 16px;
    margin: 10px 0;
}

.tsc-link {
    display: inline-block;
    margin-top: 8px;
    color: #187181;
    text-decoration: none;
    font-weight: bold;
}
