.guarantees_main .guarantees_inner {
  padding: 15px;
}
.guarantees_main .center {
  text-align: center;
  font-size: 0.875rem;
  font-family: "robotolight";
}
.guarantees_main .all_gaurantees {
  margin-top: 20px;
}
.guarantees_main .all_gaurantees li {
  text-align: center;
  margin-bottom: 35px;
}
.guarantees_main .all_gaurantees li i:before {
  content: "";
  width: 65px;
  height: 65px;
  margin: auto;
  background: url(../images/sprite.png) 0 -812px no-repeat;
  display: block;
}
.guarantees_main .all_gaurantees li i.Document:before {
  background-position: -87px -812px;
}
.guarantees_main .all_gaurantees li i.Paper_Reports:before {
  background-position: -165px -808px;
}
.guarantees_main .all_gaurantees li i.Certified_Writers:before {
  background-position: -253px -812px;
}
.guarantees_main .all_gaurantees li i.Ownership_Guarantee:before {
  background-position: -345px -812px;
}
.guarantees_main .all_gaurantees li i.Individual_Attention:before {
  background-position: -432px -812px;
}
.guarantees_main .all_gaurantees li i.Unlimited_Amendments:before {
  background-position: 5px -899px;
}
.guarantees_main .all_gaurantees li i.Grades_Assured:before {
  background-position: -76px -898px;
}
.guarantees_main .all_gaurantees li i.Student_Support:before {
  background-position: -164px -898px;
}
.guarantees_main .all_gaurantees li i.Guaranteed_Discounts:before {
  background-position: -255px -899px;
}
.guarantees_main .all_gaurantees li h4 {
  font-size: 1rem;
  font-family: "robotomedium";
  margin: 10px 0;
}
.guarantees_main .all_gaurantees li p {
  font-family: "robotolight";
  font-size: 0.8125rem;
  line-height: 24px;
}
.guarantees_main .all_gaurantees li:last-child {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .guarantees_main .center {
    line-height: 24px;
  }
  .guarantees_main .all_gaurantees {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
  .guarantees_main .all_gaurantees li {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .guarantees_main .center {
    font-size: 1.0625rem;
    line-height: 22px;
  }
  .guarantees_main .all_gaurantees {
    margin: 60px 0;
  }
  .guarantees_main .all_gaurantees li {
    width: 32%;
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .guarantees_main .all_gaurantees li i {
    margin: 0 auto 20px;
    width: 110px;
    height: 110px;
    padding-top: 25px;
    background: #fff;
    border-radius: 100%;
    display: block;
  }
  .guarantees_main .all_gaurantees li h4 {
    font-size: 1.25rem;
  }
  .guarantees_main .all_gaurantees li p {
    font-size: 0.9375rem;
    line-height: 18px;
  }
  .guarantees_main .all_gaurantees li:hover {
    -webkit-box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1025px) {
  .guarantees_main .guarantees_inner {
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  .guarantees_main .center-banner .banner-heading {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 24px;
  }
  .guarantees_main .center-banner p {
    font-size: 14px;
    line-height: 18px;
  }
  .guarantees_main .heading {
    margin-top: 20px;
    font-size: 20px;
    line-height: 22px;
    padding: 0 20px;
    color: #1d1d1d;
  }
  .guarantees_main .heading:after {
    display: none;
  }
  .guarantees_main .center {
    line-height: 18px;
    font-family: "robotoregular";
    color: #2a2a2a;
    margin: 7px 0 0 0;
  }
  .guarantees_main .all_gaurantees {
    margin-top: 40px;
  }
  .guarantees_main .all_gaurantees li h4 {
    font-size: 16px;
    line-height: 18px;
    color: #1d1d1d;
    margin: 0 0 10px 0;
  }
  .guarantees_main .all_gaurantees li p {
    font-family: "robotoregular";
    font-size: 14px;
    line-height: 18px;
    color: #2a2a2a;
  }

  .testimonials {
    border-top: 1px solid #d8d8d8;
    padding: 20px 0 10px 0;
    margin: 20px 0 0 0;
  }
  .testimonials .heading:after {
    display: none;
  }
}