
.toptensolution_com-album-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}
.toptensolution_com-album-item {
    text-decoration: none;
    color: #000;
}
.toptensolution_com-album-thumb {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
.toptensolution_com-album-title {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}
