|
@@ -325,6 +325,28 @@
|
|
margin: auto;
|
|
margin: auto;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
+.customerReviews .customerReviews-content .carousel-item-box {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ position: relative;
|
|
|
|
+}
|
|
|
|
+.customerReviews .customerReviews-content .carousel-item-box .carousel-item-title,
|
|
|
|
+.customerReviews .customerReviews-content .carousel-item-box .carousel-item-text {
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 5.875rem;
|
|
|
|
+ z-index: 1;
|
|
|
|
+ color: #255980;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ line-height: 5rem;
|
|
|
|
+}
|
|
|
|
+.customerReviews .customerReviews-content .carousel-item-box .carousel-item-title {
|
|
|
|
+ font-size: 2rem;
|
|
|
|
+ top: 2.875rem;
|
|
|
|
+}
|
|
|
|
+.customerReviews .customerReviews-content .carousel-item-box .carousel-item-text {
|
|
|
|
+ top: 8.125rem;
|
|
|
|
+ font-size: 1.625rem;
|
|
|
|
+}
|
|
.customerReviews .customerReviews-content .carouselImage {
|
|
.customerReviews .customerReviews-content .carouselImage {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|