.content-gallery__sec-title {
    color: var(--gold-200);
    font-size: 1.75rem;
}
.content-gallery__desc {
    font-size: 0.875rem;;
}

.content-gallery__images {
    position: relative;
    max-width: 395px;
    height: 860px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

.content-gallery__image-wrapper {
    position: absolute;
}

.content-gallery__image-wrapper:hover {
    z-index: 10 !important;
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.content-gallery__image-wrapper.item-0 {
    z-index: 5;
    width: 190px;
    left: -5px;
}

.content-gallery__image-wrapper.item-1 {
    z-index: 4;
    width: 223px;
    top: 60px;
    right: 0;
}

.content-gallery__image-wrapper.item-2 {
    z-index: 3;
    width: 253px;
    top: 246px;
    left:0;
}

.content-gallery__image-wrapper.item-3 {
    z-index: 4;
    width: 223px;
    right: 0;
    top: 370px;
}

.content-gallery__image-wrapper.item-4 {
    z-index: 5;
    width: 350px;
    bottom: 0;
    right: 0;
}

@media (max-width: 540px) {
    .content-gallery__images {
        max-width: 420px;
    }
}

@media (min-width: 541px) and (max-width: 640px) {
    .content-gallery__images {
        max-width: 532px;
        height: 940px;
    }
    .content-gallery__image-wrapper.item-0 {
        width: 256px;
    }
    .content-gallery__image-wrapper.item-1 {
        width: 264px;
    }
    .content-gallery__image-wrapper.item-2 {
        width: 272px;
        top: 300px;
    }
    .content-gallery__image-wrapper.item-3 {
        z-index: 4;
        width: 260px;
    }
    .content-gallery__image-wrapper.item-4 {
        width: 380px;
    }
}

@media (min-width: 641px) and (max-width: 767px) {
    .content-gallery__images {
        max-width: 542px;
        height: 940px;
    }
    .content-gallery__image-wrapper.item-0 {
        width: 256px;
    }
    .content-gallery__image-wrapper.item-1 {
        width: 264px;
    }
    .content-gallery__image-wrapper.item-2 {
        width: 272px;
        top: 300px;
    }
    .content-gallery__image-wrapper.item-3 {
        z-index: 4;
        width: 260px;
    }
    .content-gallery__image-wrapper.item-4 {
        width: 380px;
    }
}


@media ( min-width: 767px) {
    .content-gallery__sec-title {
        font-size: 2rem;
    }
    .content-gallery__info {
        position: absolute;
        left: 0;
        z-index: 1;
        width: 60%;
    }
}

@media ( min-width: 768px) and (max-width: 960px) {
    .content-gallery__desc {
        max-width: 432px;
    }
    .content-gallery__images {
        z-index: 0;
        margin-right: 0;
        max-width: 416px;
        height: 740px;
    }
    .content-gallery__image-wrapper.item-0 {
        left: auto;
        right: 0;
        width: 200px;
        top: 28px;
    }
    .content-gallery__image-wrapper.item-1 {
        left: auto;
        right: 156px;
        top: 120px;
        width: 194px;
    }
    .content-gallery__image-wrapper.item-3 {
        right: auto;
        top: 370px;
        left: 196px;
        z-index: 3;
        width: 200px ;
    }
    .content-gallery__image-wrapper.item-4 {
        bottom: 26px;
        width: 310px;
    }
}

@media ( min-width: 961px) and (max-width: 1023px) {
    .content-gallery__images {
        z-index: 0;
        margin-right: 0;
        max-width: 620px;
        height: 720px;
    }
    .content-gallery__image-wrapper.item-0 {
        left: auto;
        right: 0;
        width: 230px;
        top: 28px;
    }
    .content-gallery__image-wrapper.item-1 {
        left: auto;
        right: 190px;
        top: 120px;
        width: 220px;
    }
    .content-gallery__image-wrapper.item-2 {
        z-index: 3;
        top: 280px;
        left: 0;
    }
    .content-gallery__image-wrapper.item-3 {
        right: auto;
        top: 370px;
        left: 250px;
        z-index: 3;
        width: 200px ;
    }
    .content-gallery__image-wrapper.item-4 {
        bottom: 26px;
        width: 310px;
    }
}

@media( min-width: 1024px) {
    .content-gallery__sec-title {
        font-size: 2.25rem;
    }
    .content-gallery__info {
        width: 100%;
        max-width: 600px;
    }

    .content-gallery__desc {
        max-width: 535px;
    }
    .content-gallery__images {
        max-width: 765px;
        height: 972px;
        margin-right: 0;
    }
    .content-gallery__image-wrapper.item-0,
    .content-gallery__image-wrapper.item-1,
    .content-gallery__image-wrapper.item-3 {
        width: 260px;
    }

    .content-gallery__image-wrapper.item-0 {
        top: 36px;
        left: auto;
        right: 0;
    }

    .content-gallery__image-wrapper.item-1 {
        right: 210px;
        top: 186px;
    }
    .content-gallery__image-wrapper.item-2 {
        width: 300px;
        top: 310px;
    }

    .content-gallery__image-wrapper.item-3 {
        top: 532px;
        left: 150px;
    }
    .content-gallery__image-wrapper.item-4 {
        width: 420px;
        bottom: 106px;
    }
}

@media( min-width: 1280px) {
    .content-gallery__sec-title {
        font-size: 2.5rem;
    }
    .content-gallery__info {
        width: 100%;
        max-width: 600px;
    }

    .content-gallery__desc {
        max-width: 535px;
    }
    .content-gallery__images {
        max-width: 1082px;
        height: 972px;
    }
    .content-gallery__image-wrapper.item-0,
    .content-gallery__image-wrapper.item-1,
    .content-gallery__image-wrapper.item-3 {
        width: 315px;
    }

    .content-gallery__image-wrapper.item-0 {
        top: 36px;
    }

    .content-gallery__image-wrapper.item-1 {
        right: 274px;
        top: 186px;
    }
    .content-gallery__image-wrapper.item-2 {
        width: 358px;
        top: 360px;
    }

    .content-gallery__image-wrapper.item-3 {
        top: 532px;
        left: 300px;
        z-index: 3;
    }
    .content-gallery__image-wrapper.item-4 {
        width: 496px;
        bottom: 12px;
    }
}