.ip-banner {
  display: none;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.ip-custom-wrap {
  font-size: 0;
}

.ip-testimonials {
  padding: 182px 0 0;
}

.ip-testimonials-container {
  position: relative;
  width: 1390px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-testimonials-main {
  padding: 80px 0 70px;
}

.ip-testimonials-main .gsite-title {
  text-align: center;
}

.ip-testimonials-videos {
  margin-top: 38px;
}

.ip-testimonials-videos-list {
  margin: 0 -10px;
}

.ip-testimonials-videos-item {
  width: 33.33%;
  padding: 0 10px;
}

.ip-testimonials-videos-item a {
  display: block;
  position: relative;
  margin-bottom: 38px;
}

.ip-testimonials-videos-item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/testimonials/play.png) no-repeat center center;
}

.ip-testimonials-videos-item a div::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.25;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ip-testimonials-videos-item a:hover div::after {
  opacity: 0.5;
}

.ip-testimonials-text {
  margin-top: 110px;
}

.ip-testimonials-text a.gsite-button {
  display: block;
  margin: 85px auto 0;
}

.ip-testimonials-text-item {
  border-top: 2px solid #bfbfbf;
  padding: 45px 0;
  margin-bottom: 3px;
}

.ip-testimonials-text-item:first-child {
  border-top: 0;
}

.ip-testimonials-text-item p {
  font-size: var(--font-size-default);
  color: var(--font-color-default);
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 32px;
}

.ip-testimonials-name {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.ip-testimonials-position {
  font-size: 17px;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 9px;
}

.ip-testimonials-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.ip-testimonials-ratings i {
  font-size: 20px;
  color: var(--primary-color);
  margin: 0 4px;
}

@media only screen and (max-width: 991px) {
  .ip-testimonials {
    padding: 0;
  }
  .ip-testimonials-videos,
  .ip-testimonials-text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .ip-testimonials-text {
    margin-top: 50px;
  }
  .ip-testimonials-videos-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .ip-testimonials-videos-item:last-child {
    margin-bottom: 0;
  }
  .ip-testimonials-text a.gsite-button {
    margin-top: 25px;
  }
}
