.wrapper-section-review{
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 606.2px;
    padding: 64.8232px;
    box-sizing: border-box;
}

.card-review .img-review img{
    width: 450px;
	height: 445px;
    object-fit: cover;
    border-radius: 10px;
}


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

.wrapper-review{
    max-width: 1630px;
    width: 100%;
    position: relative;
}

.wrapper-review em {
    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-review em:first-child{
    left: -35px;
}

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

.wrapper-review .carousel-review{
    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-review::-webkit-scrollbar{
    display: none;
}

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

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

}
*/

@media (hover: hover) {
    .wrapper-review em:hover{
        background: #E2E9FF;
    }
}

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

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

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

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

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

}

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

@media (max-width: 768px) {
    .card-review .img-review img {
        width: 290px;
        height: 440px;
    }
}

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

    .wrapper-section-review{
        margin-block: 0;
    }

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

    .card-review .img-review img{
        width: 330px;
        height: 395px;
    }

    .carousel-review .card-review{
        height: 405px;
    }

}

/*
@media (max-width: 480px){
	.card-review .img-review img{
        width: 240px;
        height: 320px;
    }
}
*/

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

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

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

    .text-carousel{
        padding-top: 10vw;
    }
	
	.card-review .img-review img{
        width: 318px;
        height: 398px;
    }
}

/*
@media (max-width: 400px) {
	.card-review .img-review img{
        width: 155px;
        height: 260px;
    }
}
*/

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

}