.testimonialsInnerBoxPadding {
    background-color: rgba(254, 254, 254, 0.95);
    padding:27px 35px;
    color:black;
    position:relative;
    box-shadow: 4px 7px 4px 0 rgba(0, 0, 0, 0.15);
}

.testimonialsBackground {
    background-color: rgb(241, 250, 244);
}

.testimonialsBackground.boxShadow {
    box-shadow: 6px 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.testimonialsArrowOverlay {
    z-index: 99;
    transform: rotate(0deg);
    bottom: 0px;
    width: 50px;
    left: calc(50% - 25px);
    position: absolute;
    height: 20px;
}

.testimonialsInnerContentPadding {
    padding-bottom:22px;
}

.testimonialsArrow {
    position: absolute;
   bottom: -11px;
   width: 32px;
   height: 32px;
   transform: rotate(45deg);
   left: calc(50% - 16px);

}

.testimonialNameText {
    padding-top:34px;
    padding-bottom:54px;
    font-size: 24px;
    font-style: italic;
    line-height: 1.21;
    letter-spacing: 1.2px;
}

.testimonialsLastPadding {
    padding-bottom:0px;
}

@media (max-width:340px) {
    .testimonialsInnerBoxPadding {
        padding-left:22px;
        padding-right:22px;
    }


    .starIcon {
        width: 30px;
    }

}

@media (max-width:767px) {
    .testimonialsFontSize {
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 0.1px;
        text-align: center;
    }

    .starIcon {
        width: 34px;
    }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .testimonialsInnerBoxPadding {
        padding: 25px 35px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .testimonialsInnerBoxPadding {
        padding: 25px 35px;
        padding:47px 68px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .testimonialsTopBottomPadding {
        padding:77px 165px;
    }
}
