.wrapper-section{
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 606.2px;
    padding-inline: 5.42vw;
    margin-top: 59.8px;
    box-sizing: border-box;
}

.card .img img{
    width: 450px;
    height: 450px;
	/*
	max-width: 20vw;
	max-height: 25vw;
	*/
    object-fit: cover;
    border-radius: 10px;
}


.carousel .card{
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    height: 455px;
	/*
	max-height: 84vw;
	*/
    list-style: none;
    border-radius: 10px;
    border: 3px solid #0036d6;
}

.wrapper{
    max-width: 1630px;
	/*
	max-width: 85vw;
	*/
    width: 100%;
    position: relative;
}

.wrapper i {
    height: 80px;
    width: 80px;
    background: #D9D9D9;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
	z-index: 100;
}

.wrapper i:first-child{
    left: -35px;
}

.wrapper i:last-child{
    right: -35px;
}

.wrapper .carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 12px);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
}

.carousel::-webkit-scrollbar{
    display: none;
}

/*
@media (min-width: 1921px){
	.wrapper i {
		height: 140px;
		width: 140px;
		font-size: 3.25rem;
		line-height: 135px;
	}
	
	.wrapper i:first-child{
    	left: -80px;
	}

	.wrapper i:last-child{
    	right: -80px;
	}

}
*/

@media (hover: hover) {
    .wrapper i:hover{
        background: #E2E9FF;
    }
}

@media (hover: none) {
    .wrapper i:active{
        background: #E2E9FF;
    }
}

@media screen and (max-width: 1440px) {
    .wrapper-section{
        padding-inline: 8vw;
    }

    .wrapper .carousel {
        grid-auto-columns: calc((100% / 3) - 12px);
    }
}

@media screen and (max-width: 1050px){
    .wrapper .carousel{
        grid-auto-columns: calc((100% / 2) - 9px);
    }

    .card .img img {
		width: 335px;
		height: 445px;
		/*
        max-width: 400px;
		max-height: 400px;
		*/
    }


}

@media screen and (max-width: 1024px) {
    .wrapper-section{
        padding-inline: 8.6vw;
    }
}

@media (max-width: 768px) {
    .card .img img {
		width: 300px;
        height: 440px;
		/*
        max-width: 300px;
        height: 440px;
		*/
    }
}

@media screen and (max-width: 720px){

    .wrapper .carousel{
        grid-auto-columns: 100%;
    }

    .card .img img {
		width: 300px;
        height: 395px;
		/*
        max-width: 300px;
        height: 395px;
		*/
    }
    .carousel .card{
        height: 405px;
    }


}

/*
@media screen and (max-width: 720px){
    .card .img img {
        max-width: 300px;
        height: 347px;
    }
}

@media screen and (max-width: 420px){
    .card .img img {
        max-width: 235px;
        height: 300px;
    }
}
	
@media screen and (max-width: 370px){
    .card .img img {
        max-width: 227px;
        height: 260px;
    }
}
*/

@media(max-width:425px){
    .wrapper i:first-child{
        left: -25px;
    }

    .wrapper i:last-child{
        right: -25px;
    }

    .wrapper{
        padding-inline: 2vw;
    }
}

@media(max-width:375px){
    .wrapper{
        padding-inline: 3vw;
    }
}