.wcp-testimonials {
  padding: 77px 20px 136px 20px;
  background-repeat: no-repeat;
  
  @media (max-width: 1380px) {
     background-image: none!important; 
  }
}



.wcp-testimonials__title {
  color: #333441;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 43px;
  margin-bottom: 4px;
}

.wcp-testimonials__intro {
  color: #333441;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px; 
  padding-bottom: 30px;
  max-width: 530px;
}
.wcp-testimonials__intro p:last-child {
 margin-bottom: 0; 
}

.wcp-testimonials__testimonials__item {
  margin-top: 30px;
  max-width: 700px;
}

.wcp-testimonials__testimonials__item blockquote {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  border-left: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.wcp-testimonials__testimonials__item blockquote::before,
.wcp-testimonials__testimonials__item blockquote::after {
  content: '';
  font-size: 3em;
  color: #333441;  /* Pink color for quotes */
  position: absolute;
  font-family: "Times New Roman", serif;
  font-weight: bold;
}

.wcp-testimonials__testimonials__item blockquote::before {
  left: -50px;
  top: 11px;
  content: '\201C';
  left
}

.wcp-testimonials__testimonials__item blockquote::after {
  top: 11px;
  right: -30px;
  content: "\201D";
}

.wcp-testimonials__testimonials__item blockquote p:last-child {
  margin-bottom: 0;
}

.wcp-testimonials__testimonials__item__author-card {
  margin-top: 16px;
  display: flex;
  gap: 16px;
}

.wcp-testimonials__testimonials__item__author-card__img {
  width: 50px;
  height: 50px;
}
.wcp-testimonials__testimonials__item__author-card__img img {
  display: block;
  border-radius: 50%;
}

.wcp-testimonials__testimonials__item__author-card__info {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
.wcp-testimonials__testimonials__item__name {
  color: #333441;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  width: 100%;
}
.wcp-testimonials__testimonials__item__company {
  color: #333441;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  width: 100%;
  margin-top: 3px;
}