/* -------------------------------------- IMPORT */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* -------------------------------------- CONTAINER */
.lp-testimonial__container {
}

.lp-testimonial__wrapper {

}

.lp-testimonial-img-title__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 40px;
}

.lp-testimonial-img-title__wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* -------------------------------------- TESTIMONIAL TEXT */
.lp-testimonial-text {
  font-family: "DM Sans", sans-serif;
  font-style: normal; 
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.lp-testimonial-title__wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
}

.lp-testimonial-title__wrapper div:nth-child(1) {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.lp-testimonial-title__wrapper div:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

/* -------------------------------------- TESTIMONIAL IMGS */
.lp-testimonial-small-img__wrapper {
  width: 64px;
  height: auto;
}

.lp-testimonial-small-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lp-testimonial-img__align {
  min-height: 100%;
}

/*
.lp-testimonial-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
*/

/* -------------------------------------- MEDIUM SCREEN - TABLET */
@media (max-width: 768.99px) {

}


/* -------------------------------------- SMALL SCREEN - PHONE */
@media (max-width: 575px) {
  .lp-testimonial__wrapper {
    padding: 50px 30px !important;
  }