.collection-indx {
    margin-top: 130px;
    width: 1198px;
    height: 590px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.images.thumbs a img,
a.modalimg-link {
    width: 190px;
    height: 190px;
    margin: 0;
}

.collection-indx .zag {
    color: var(--black, #000);
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    text-transform: uppercase;
    letter-spacing: -4.5px;
    margin-left: -10px;
}

.collection-indx .txt-block {
    width: 50%;
}

.collection-indx .txt-block a {
    text-decoration: none;
}

.collection-indx .images {
    width: 590px;
    height: 590px;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}

.images.thumbs a img:hover {
    transform: scale(1.05);
    transition: transform 0.25s;
}

.images.thumbs a img {
    transform: scale(1);
    transition: transform 0.25s;
    width: 190px;
    margin-bottom: 5px;
}

.images.thumbs a:nth-child(odd) img {
    margin-right: 5px;
}

.images.thumbs a:nth-child(1) {
    order: 8;
}

.images.thumbs a:nth-child(2) {
    order: 5;
}

.images.thumbs a:nth-child(3) {
    order: 9;
}

.images.thumbs a:nth-child(4) {
    order: 2;
}

.images.thumbs a:nth-child(5) {
    order: 1;
}

.images.thumbs a:nth-child(6) {
    order: 3;
}

.images.thumbs a:nth-child(7) {
    order: 4;
}

.images.thumbs a:nth-child(8) {
    order: 6;
}

.images.thumbs a:nth-child(9) {
    order: 7;
}

.collection-indx .txt {
    color: var(--black, #000);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    display: block;
    margin-top: 19px;
    width: 70%;
}

.collection-indx .text-link {
    color: var(--black, #000);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin-top: 19px;
    border-block-end: 1px solid #000;
    width: 200px;
    padding-bottom: 6px;
}

@media (max-width: 550px) {
    .collection-indx {
        width: 100%;
        height: auto;
        margin-top: 80px;
    }

    .collection-indx .images.thumbs {
        width: 100%;
        height: auto;
        flex-shrink: 0;
        margin-top: 33px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .collection-indx .images.thumbs a {
        width: 32%;

    }

    .collection-indx .images.thumbs a img {
        width: 100%;
        height: auto;

    }

    .images.thumbs a img,
    a.modalimg-link {
        width: 100%;
        height: auto;
    }

    .collection-indx .txt-block {
        width: 100%;
    }

    .collection-indx .txt-block .txt {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        width: 100%;
    }

}