.review-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    padding: 0.4rem 1.2rem;
    margin-top: 1rem;
    background-size: cover;
  }
  
  .review-section > .title {
    color: var(--brandClr);
  }
  
  .review-section__text {
    font-size: 0.416rem;
    color: var(--brandClr);
  }
  
  .review-section__navigation-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
  }
  
  .review-card-title {
    font-size: 0.8rem;
    width: 13.81rem;
  }
  .video-container{
    width: 100%;
    height: 14rem;
  }
  .video-container__iframe{
    height: 11rem;
    width: 100%;
  }
  .review-section .why-choose-us__head-description{
    width: 14.9rem;
  }
  
  @media screen and (min-width : 768px) {
    .review-section{
      padding: 0rem 2.08rem;
    }
    .video-container{
      width: 100%;
      height: 10rem;
    }
    .video-container__iframe{
      height: 7rem;
      width: 100%;
    }
    .review-section__navigation-buttons-container{
      margin: .3rem 0;
    }
  
  }
  
  