

.testimonial-card class^="number-slide"],
.testimonial-card [class*=" number-slide"] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  height: 300px;
  max-height: 100vh;
}

.navigation-wrapper {
  position: relative;
}


  .meticulosity-section-content {
        margin: 0; padding: 20px 0;
        background: #55286A;
        background: linear-gradient(90deg,rgba(85, 40, 106, 1) 0%, rgba(107, 125, 178, 1) 50%, rgba(163, 129, 176, 1) 100%);
    }
    .meticulosity-section-content .wrapper{
        max-width: 1200px;
        width: 90%;
        margin: 0 auto;
    }

    .meticulosity-section .bookend{ aspect-ratio: 125/9; position: relative; background: linear-gradient(to bottom, rgba(248, 247, 254, 1), rgba(255, 255, 255, 1)); }

    .meticulosity-section .bookend-top:before{
        content: '';
        background: #55286A;
        background: linear-gradient(90deg,rgba(85, 40, 106, 1) 0%, rgba(107, 125, 178, 1) 50%, rgba(163, 129, 176, 1) 100%);
        position: absolute;
        left: 0; right: 0; top: 0; bottom: -1px;
        z-index: 2;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .meticulosity-section .bookend-top:after{
        content: '';
        background: #D25657;
        position: absolute;
        left: 0; right: 0; top: 0; bottom: -1px;
        z-index: 1;
        clip-path: polygon(0 0, 0% 0, 100% 100%, 0% 100%);
    }
    
    .meticulosity-section .bookend-bottom:before{
        content: '';
        background: #55286A;
        background: linear-gradient(90deg,rgba(85, 40, 106, 1) 0%, rgba(107, 125, 178, 1) 50%, rgba(163, 129, 176, 1) 100%);
        position: absolute;
        left: 0; right: 0; top: -1px; bottom: 0;
        z-index: 2;
        clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
    }
    .meticulosity-section .bookend-bottom:after{
        content: '';
        background: #D25657;
        position: absolute;
        left: 0; right: 0; top: -1px; bottom: 0;
        z-index: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
    }