.container-t {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  
}

.testimonial-item {
  width: 48%;
  text-align: center;
  color: #fff;
  font-family: "SpartanMB-extra", Sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial-img {
  border-radius: 50%;
  width: 208px;
  height: 208px;
  border: 8px solid #fff;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
}

.testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-caption {
  text-transform: uppercase;
  color: #ffd900;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-family: "SpartanMB-bold", Sans-serif;
}

.testimonial-desc {
  font-family: "SpartanMB-light", Sans-serif;
}

.testimonial-bottom {
  position: relative;
  padding-top: 15px;
}

.testimonial-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background-color: #ffd900;
  width: 200px;
}

.testimonial-content {
  margin-bottom: 10px;
}

.testimonial-desc {
  line-height: 1em;
}

.testimonial-name {
  line-height: 1.5em;
}

.devider-center {
  width: 140px;
}

.devider-t {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.devider-line {
  flex: 1 0 auto;
  height: 2px;
}

.devider-left-line {
  background: transparent linear-gradient( to right,rgba(253,211,37,0) 0,rgba(253,211,37,1) 50%,rgba(253,211,37,1) 100% ) left bottom no-repeat;
    background-size: 100% 2px;
    margin-right: 20px;
}

.devider-right-line {
  background: transparent linear-gradient( to right,rgba(253,211,37,1) 0,rgba(253,211,37,1) 50%,rgba(253,211,37,0) 100% ) left bottom no-repeat;
    background-size: 100% 2px;
    margin-left: 20px;
}


@media only screen and (max-width: 959px) {

  .testimonials-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .testimonial-item {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 30px;
    max-width: 700px;
  }

}

@media only screen and (max-width: 768px) {
  .devider-center {
    width: 100px;
  }
}
/*
     FILE ARCHIVED ON 12:11:13 Jan 02, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:38:33 Sep 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.487
  exclusion.robots: 0.083
  exclusion.robots.policy: 0.072
  esindex: 0.009
  cdx.remote: 20.242
  LoadShardBlock: 34.635 (3)
  PetaboxLoader3.datanode: 41.924 (4)
  load_resource: 227.219
  PetaboxLoader3.resolve: 195.187
*/