body {
    padding: 0;
}

.clutch-bg {
    width: 100%;
    background-color: #eeeeea;
    padding: 3vw 0;
}

.clutch-slider {
    display: flex;
    flex-direction: column;
}

.clutch-container {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
}

.container-title {
    color: #514F4E;
    font-family: Playfair Display;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
        
}

@media (max-width: 576px){
    .container-title {
        margin-right: 0;
    }
} 

.clutch-reviews {
    display: flex;
    align-items: center;
    
}

.clutch-stars {
    padding-top: 6px;
    margin-right: 12px;
}      

.rating {
    align-items: center;
    display: flex;
    padding-top: 4px;
}

span {
    color: #514F4E;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.review-star {
    display: inline-block;
    font-size: 0;
    margin-right: 2px;
    overflow: hidden;
    position: relative;
    text-indent: 0;
}

.innerBox{
    padding: 0;   
}

#reviewSlider{
    flex: 0 0 auto;
    display: flex;
    min-width: auto;
    flex-direction: row;
    padding: 0 !important;
}

.clutch-slider-card {
    background: url(../images/assests/quote.svg) no-repeat center #f6f6f6;
    border-radius: 3px;
    box-shadow: 0 3px 8px rgba(0,0,0,.08);
    display: grid;
    height: 100%;
    margin-bottom: 12px;
    padding: 17px;
    text-decoration: none;
    text-align: center;
    height: 165px;
    width: 300px;
    margin: 0 auto;
    /* margin-left: 100px; */
    align-content: center;
}

@media(min-width:1900px) {
    .clutch-slider-card {
        width: 470px;
    }
}

/* .quote {
    position: absolute;
    top: 30%;
} */
.clutch-slider-card .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.clutch-slider-card span {
    color: #17313b;
    font-family: Roboto,sans-serif;
    font-size: 20px;
    letter-spacing: .428571px;
    line-height: 23px;
    margin-right: 12px;
    text-decoration: none;
    font-weight: 500;
}
.clutch-slider-card .clutch-stars {
    display: flex;
    padding-bottom: 4px;
    
}

.clutch-slider-card .review-star {
    display: inline-block;
    font-size: 0;
    margin-right: 2px;
    overflow: hidden;
    position: relative;
    text-indent: 0;
    filter: invert(50%) sepia(98%) saturate(717%) hue-rotate(348deg) brightness(107%) contrast(94%);
}

.title {
    margin: 10px 0 0;
}

.title p {
    letter-spacing: 0px;
    min-height: 80px;
    max-width: 100%;
    overflow: hidden;
    color: #514F4E;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px !important;
    font-weight: 400;
    font-style: normal;
    line-height: normal !important;
    margin: 0;
}

.author {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
}

/* For smaller screens */
/* @media screen and (max-width: 768px) {
    .innerBox {
      grid-template-columns: repeat(1, 1fr);
    }
  } */
  
  /* For medium-sized screens */
  /* @media screen and (min-width: 769px) and (max-width: 1200px) {
    .innerBox {
      grid-template-columns: repeat(2, 1fr);
    }
  } */
  
  /* For larger screens */
  /* @media screen and (min-width: 1201px) {
    .innerBox {
      grid-template-columns: repeat(4, 1fr);
    }
  } */

  @media (max-width: 767px) {
    .clutch-bg {
        padding: 6vh 0;
    }
}