.adroit {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 20px 0;
  color: #2a2a2a;
  border-bottom: 1px solid #ececec;
  padding: 0 0 15px 0;
}
.adroit img {
  width: 18%;
  display: block;
  margin: 0 0 10px 0;
}

.about_inner {
  padding: 20px 15px 0;
}

p {
  font-size: 0.8125rem;
  font-family: "robotoregular";
  line-height: 18px;
  margin-bottom: 15px;
}

.services {
  overflow: hidden;
}

.about_services {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: -3px;
}
.about_services li {
  display: inline-block;
  font-size: 16px;
  font-family: "robotomedium";
  color: #192D3C;
  text-align: center;
  width: 62%;
  padding: 10px;
}
.about_services li i:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  margin: 0px auto 10px;
  background: url(../images/sprite.png) no-repeat 1px -725px;
}
.about_services li .success:before {
  background-position: -76px -572px;
  background-size: 400px;
}
.about_services li .i_time:before {
  background-position: -150px -528px;
  background-size: 370px;
}
.about_services li .i_money:before {
  background-position: -333px -723px;
}
.about_services li span {
  display: block;
  white-space: normal;
}

.team {
  padding: 30px 15px;
  background: #f8f8f8;
  margin: 20px -15px 0px;
}
.team ul li {
  text-align: center;
  font-size: 0.875rem;
  font-family: "robotoregular";
  line-height: 20px;
  padding-bottom: 30px;
}
.team ul li img {
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
}
.team ul li span {
  display: block;
  font-size: 1.125rem;
  font-family: "robotomedium";
  padding: 8px 0px;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 0.9375rem;
    line-height: 22px;
  }

  .services {
    overflow: visible;
    padding: 80px 0 60px 0;
  }

  .about_services {
    margin: 0px;
    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;
    overflow: visible;
  }
  .about_services li {
    width: 24%;
    padding: 0px;
    border: 1px solid #d7d7d7;
    padding-bottom: 15px;
    -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);
  }
  .about_services li i {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #d7d7d7;
    display: block;
    position: relative;
    margin: -65px auto 30px;
    background: #fff;
  }
  .about_services li i:before {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .team {
    margin-top: 0px;
  }
  .team ul {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 40px 0 10px;
  }
  .team ul li {
    width: 48%;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 15px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1024px) {
  .team_slide {
    margin-top: 60px;
  }

  .team {
    margin: 0;
    padding: 60px 20px;
  }
  .team ul {
    margin-bottom: 0px;
  }
  .team ul li {
    width: 31%;
    margin-bottom: 30px;
  }
  .team ul li span {
    padding: 20px 0 10px;
  }

  .about_services li span br {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .services {
    padding: 120px 0 80px 0;
  }

  .about_services li {
    font-size: 1.25rem;
    padding: 0 30px 30px;
    width: 23%;
  }

  .about_inner {
    padding: 30px 0px 0;
  }

  .team ul li {
    cursor: pointer;
  }
  .team ul li:hover {
    -webkit-box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 768px) {
  .adroit img {
    width: 27%;
  }
}
@media screen and (max-width: 767px) {
  .adroit img {
    width: 46%;
  }

  .about-us-com {
    padding: 30px 5px;
  }
  .about-us-com .banner-heading {
    font-size: 22px;
    line-height: 24px;
    font-family: "robotomedium";
    margin: 0;
  }
  .about-us-com p {
    font-size: 14px;
    line-height: 16px;
    margin: 3px 0 0 0;
  }

  .about_inner {
    padding: 20px 5px 0;
  }
  .about_inner p {
    font-size: 14px;
    line-height: 18px;
    color: #616161;
  }

  .about_services li {
    width: 43%;
    padding: 0 10px;
  }
  .about_services li i:before {
    width: 40px;
    height: 50px;
    margin: 0 0 7px 0;
    background: url(../images/sprite.png) no-repeat 0px -487px;
    background-size: 340px;
  }
  .about_services li span {
    font-size: 15px;
    line-height: 17px;
    color: #343434;
    text-align: left;
  }
  .about_services li span br {
    display: none;
  }
  .about_services li .success:before {
    background-position: -64px -457px;
    background-size: 320px;
  }
  .about_services li .i_time:before {
    background-position: -111px -396px;
    background-size: 280px;
    width: 50px;
  }
  .about_services li .i_money:before {
    background-position: -222px -487px;
    width: 50px;
  }

  .testimonials .heading {
    font-size: 18px;
    line-height: 20px;
    margin: 40px 0 0 0;
    padding: 0;
  }
  .testimonials .heading:after {
    display: none;
  }
}