/* --- Section: testimonials --- */
.section-our-client-speak {
  background-color: #f4f9f9;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.section-our-client-speak--title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}
.section-our-client-speak--header {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}
.section-our-client-speak--section-name {
  color: var(--00afaa);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}
.section-our-client-speak--marquee-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
.section-our-client-speak--marquee {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}
.section-our-client-speak--marquee.top-list {
  position: relative;
}
.section-our-client-speak--card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #e0edf4;
  border-radius: 8px;
  flex-flow: column;
  flex: none;
  width: 600px;
  max-width: 550px;
  margin-right: 20px;
  padding: 40px 24px;
}
.section-our-client-speak--card-p {
  width: 100%;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
}
.section-our-client-speak--card-title {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: none;
}
.section-our-client-speak--card-header {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-height: 60px;
  display: flex;
}
.section-our-client-speak--card-speaker {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  width: 100%;
  display: flex;
}
.section-our-client-speak--card-details {
  width: 100%;
  height: 100%;
  max-height: 56px;
}
.section-our-client-speak--card-speaker-name {
  font-size: 1.5rem;
  font-weight: 700;
}
.section-our-client-speak--card-speaker-role {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}
.section-our-client-speak--card-speaker-company-img {
  width: 125px;
}
.section-our-client-speak--card-speaker-company-img.pprofile {
  width: auto;
  height: 65px;
}
.section-our-client-speak--card-speaker-img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  max-width: 56px;
  height: 100%;
  max-height: 56px;
}
.section-our-client-speak--card-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}
.section-our-client-speak--action {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}
.section-our-client-speak--marquee-list {
  flex-flow: row;
  display: flex;
}
.section-our-client-speak--card-rating {
  width: 136px;
  height: 24px;
}
.section-our-client-speak--bg-img {
  object-fit: cover;
  width: 130px;
  position: absolute;
  top: 90px;
  right: 60px;
}
.section-our-client-speak--title {
  z-index: 2;
}
@media screen and (width<=991px) {
  .section-our-client-speak--bg-img {
    z-index: 0;
    width: 90px;
  }
}
@media screen and (width<=767px) {
  .section-our-client-speak--bg-img {
    width: 50px;
    display: none;
  }
}
@media screen and (width<=479px) {
  .section-our-client-speak--title {
    font-size: 1.7rem;
  }
}
