#ecw-social-feedback-widget {
  background-color: #F1D9CF;
  padding-top: 2em;
  padding-bottom: 4em;
  border-top: 1px solid #cda99c;
  border-bottom: 1px solid #cda99c;
}

#ecw-social-feedback-widget .ecw_social_feedback_title {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 2em;
  width: 100%;
  margin: 0 auto;
  padding-left: 13em;
}

#ecw-social-feedback-widget .ecw_social_feedback_title img {
  height: 32px;
  width: 32px;
}

#ecw-social-feedback-widget .ecw_social_feedback_title h1 {
  color: #1F1F1F;
  font-family: "Rajdhani", Sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-text-stroke-width: 0px;
  stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  margin: 0;
}

#ecw-social-feedback-widget .ecw_social_feedbacks_mobile_version,
#ecw-social-feedback-widget .ecw_social_feedbacks_desktop_version {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}

.ecw_social_feedback_section a {
  display: flex;
  justify-content: center;
}

.ecw_social_feedback_section a img {
  width: 100%;
  height: 330px;
}

#ecw-social-feedback-widget .ecw_social_feedbacks_mobile_version {
  visibility: hidden;
  height: 0;
}

#ecw-social-feedback-widget .ecw_social_feedbacks_desktop_version {
  visibility: visible;
  height: auto;
  gap: 15px;
}

#ecw-social-feedback-widget #owl-demo-feedback .owl-item {
  width: 360px;
  height: 360px;
}

@media screen and (max-width: 1440px) {
  .ecw_social_feedback_section a img {
      width: 100%;
      height: 310px;
  }
}

@media screen and (max-width: 1024px) {
  .ecw_social_feedback_section a img {
      width: 100%;
      height: 310px;
  }

  #ecw-social-feedback-widget .ecw_social_feedback_title {
      padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #ecw-social-feedback-widget {
      padding-bottom: 0;
  }

  #ecw-social-feedback-widget {
      align-items: center;
      gap: 15px;
      flex-direction: column;
  }

  #ecw-social-feedback-widget .ecw_social_feedbacks_mobile_version {
      visibility: visible;
      height: auto;
  }

  #ecw-social-feedback-widget .ecw_social_feedback_title {
      padding-left: 7.5px;
  }

  #ecw-social-feedback-widget .ecw_social_feedbacks_desktop_version {
      visibility: hidden;
      height: 0;
  }

  #ecw-social-feedback-widget #owl-demo-feedback .owl-item {
      /* width: 382px !important;
      height: 382px !important; */
      padding: 0 7.5px;
  }

  .ecw_social_feedback_section a img {
      width: 100%;
      height: 369px;
  }
}

@media screen and (max-width: 425px) {
  /* #ecw-social-feedback-widget #owl-demo-feedback .owl-item {
      width: 421px !important;
      height: 421px !important;
  } */

  .ecw_social_feedback_section a img {
      width: 100%;
      height: 395px;
  }

  #ecw-social-feedback-widget .ecw_social_feedback_title h1 {
      font-size: medium;
      font-weight: 600;
  }

  #ecw-social-feedback-widget .ecw_social_feedback_title {
      display: flex;
      gap: 7px;
      align-items: center;
      padding-bottom: 2em;
      width: 100%;
      margin: 0 auto;
  }
}

@media screen and (max-width: 375px) {
  /* #ecw-social-feedback-widget #owl-demo-feedback .owl-item {
      width: 371px !important;
      height: 371px !important;
  } */

  .ecw_social_feedback_section a img {
      width: 100%;
      height: 345px;
  }
}

@media screen and (max-width: 320px) {
  /* #ecw-social-feedback-widget #owl-demo-feedback .owl-item {
      width: 316px !important;
      height: 316px !important;
  } */

  #ecw-social-feedback-widget #owl-demo-feedback .owl-item {
      height: 290px;
  }

  .ecw_social_feedback_section a img {
      width: 100%;
      height: 290px;
  }

  #ecw-social-feedback-widget .ecw_social_feedback_title h1 {
      font-size: small;
  }
}