.reviews-container {
  display: flex;
  overflow-x: auto;
  gap: 15px;
}

.slick-slide {
  flex: 0 0 auto;
  min-width: 300px; 
}



._card_11utj_1 {
    background-color: #275d2a; 
    border-radius: 10px;
    padding: 20px;
    max-width: 400px;
    color: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    font-family: Arial, sans-serif;
    margin-right: 15px;
    margin-top: 50px;
    z-index: 10;
  }
  ._quoteWrapper_11utj_14{
    display: flex;
    justify-content: end;
    gap: 5px;
    margin-top: -50px;
    z-index: 15;
  }
  ._quote_11utj_14 {
    position: relative;
    background: hsl(54, 100%, 50%);
    height: 60px;
    width: 30px;
    clip-path: polygon(0 0, 0 0, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  }
  
  ._content_11utj_29 {
    margin-top: 10px;
  }
  
  ._rating_11utj_33 {
    font-size: 18px;
  }
  
  ._reviewText_11utj_37 {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 14px;
  }
  
  ._profile_11utj_43 {
    display: flex;
    align-items: center;
    margin-top: 10px;
    border-top: 1px solid #fff;
    padding-top: 10px;
  }
  
  ._profileImage_11utj_51 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
  }
  
  ._profileInfo_11utj_58 {
    display: flex;
    flex-direction: column;
  }
  
  ._name_11utj_63 {
    font-weight: bold;
  }
  
  ._designation_11utj_67 {
    font-size: 12px;
    color: #b0b0b0;
  }
  
  ._verified_11utj_72 {
    margin-left: auto;
    display: flex;
    align-items: center;
    color: #ffe600;
    font-size: 12px;
  }
  
