.v002 .carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.v002 .swiper-container {
    width: 100%;
    overflow: hidden;
}

.v002 .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto !important;
	cursor: pointer;
}

.v002 .swiper-slide .review {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
	flex-grow: 1;
}


.v002 .stars-date-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-bottom: 20px;
}

.v002 .review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px;
    border: solid 0px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 15px;
	justify-content: space-between;
}

.v002 .stars {
    font-size: 33px;
    margin: 0px;
}

.v002 .date {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.v002 .excerpt {
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 30px;
    margin: 0px;
}

.v002 .full-review {
    width: 100%;
}

.v002 .first-sentence{
	color: #000527;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.v002 .rest-of-text{
	margin:0px;
}

.v002 .dash {
	color: #6D6D6D;
	/* H5 */
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 19.2px */
}

.v002 .person {
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	color: #000527;
}

.v002 .swiper-button-next::after,
.v002 .swiper-button-prev::after {
    display: none;
}

.v002 .swiper-button-next,
.v002 .swiper-button-prev {
    background: none;
    border: none;
    width: 50px;
}

.v002 .swiper-button-next {
    transform: translateX(-10px);
}

.v002 .swiper-button-prev {
    transform: translateX(10px);
}

@media (max-width: 1024px) {

    .v002 .swiper-button-prev,
    .v002 .swiper-button-next {
        display: none !important;
    }

    .v002 .full-review {
        width: 100%;
    }
	
	.v002 .swiper-wrapper {
    display: contents;
}
	.v002 .swiper-slide {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
    .v002 .excerpt {
        font-size: 18px;
    }

    .v002 .person {
        font-size: 18px;
    }
}