@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40%,0)}to{opacity:1;transform:translateZ(0)}}
.landingTestimonies{position:relative;padding:6.4rem 0 6.4rem;color:#fff; font-family: "Rajdhani", sans-serif; background-color:#E9EDEF;}
.landingTestimonies.landingTestimonies-white{
  background-color:#fff;
}
.landingTestimonies_row{width:100%; justify-content:space-between; row-gap:24px;}
.landingTestimonies_single {
    width: 49%;
    background-color: #fff;
    color: #000;
    padding: 20px;
    border-radius: 12px;
    font-size: 1.6rem;
  display:flex;
  flex-direction:column;
  gap:24px;
  overflow:hidden;
}
.landingTestimonies.landingTestimonies-white .landingTestimonies_single {
  background-color:#E9EDEF;
}
.landingTestimonies_single_author{
      display: flex;
    align-items: center;
    justify-content: space-between;
  gap:16px;
}
.landingTestimonies_single_author > img{
  width:40px;
  height:40px;
  display:block;
  border-radius:50%;
}
.landingTestimonies_single_author h5{
  font-size:20px;
}
.landingTestimonies_single_stars{
 display:flex;
  align-items:center;
  gap:8px;
  margin-left:auto;
  line-height:24px;
}
.landingTestimonies_single p{
  line-height:175%
}
.landingTestimonies_buttonWrapper{
  display:flex;
  justify-content:center;
    width: 100%;
  margin-top:40px;
}
.landingTestimonies_buttonWrapper a.button-primary, .landingTestimonies_buttonWrapper span.button-primary{
      border-radius: 12px;
    font-size: 2rem;
    font-weight: 700;
}
@media (max-width:800px){
  .landingTestimonies_buttonWrapper a.button-primary, .landingTestimonies_buttonWrapper span.button-primary{
    padding:1.2rem;
    width: 100%;
    text-align: center;
}
  .landingTestimonies{
    padding:2.4rem 0;
  }
  .landingTestimonies_single{
    width:100%;
  }
  .landingTestimonies_row{
    row-gap:24px;
  }
  .landingTestimonies_single_author{
    flex-wrap:wrap;
  }
  .landingTestimonies_single_author h5 {
    margin: 0 auto 0 0;
}
  .landingTestimonies_single_stars{
    margin-left:0;
}