.boxSlideQuote .slideQuoteCarousel .item {
	padding: 30px;
	border-radius: 20px;
	display: flex;
	position: relative;
	overflow: hidden;
	flex-direction: column;
	background-color: #FFFFFF;
	align-items: flex-start;
	gap: 20px;
}
.boxSlideQuote .slideQuoteTitle
{
    color: white;
}
.boxSlideQuote .slideQuoteTitle span
{
   font-family: "Mogra", system-ui;
    font-weight: 400;
    font-style: normal;
}
.boxSlideQuote .slideQuoteText
{
   color: white;
   opacity:0.8;
}

.boxSlideQuote .slideQuoteCarousel .item .quoteicon {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 0;
    pointer-events: none;
}

.boxSlideQuote .slideQuoteCarousel .item .quoteContent .quoteText
{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-style: italic;
    color: #6E737E;
}
.boxSlideQuote .slideQuoteCarousel .item .quoteContent .quoteAuthor
{
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #2F333B;
}
.boxSlideQuote .slideQuoteCarousel .item .quoteContent .quoteAuthorRole
{
    color: #2F333B;
}

.boxSlideQuote .containerNav button
{
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.boxSlideQuote .carosello-arrow {
     cursor: pointer;
	width: 40px;
	height: 40px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
}
.boxSlideQuote .carosello-arrow.carosello-prev svg {
    transform: rotate(180deg);
}