
body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #5d5d5d;
}

h1 {
  font-family: "Inter", sans-serif;
}

h1.size-2 {
  font-size: 28px;
}

h2 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

h3.size-2, .size-2 {
  font-size: 18px;
}

h3.size-3, .size-3 {
  font-size: 18px;
}

h3.size-4, .size-4 {
  font-size: 22px;
}

h3.size-5 {
  font-size: 24px;
}


.breadcrumb {
  font-size: 14px;
}


.services .top-badges img {
  height: 50px;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
}


.services-cards .card {
    min-height: 140px;
    height: 100%;
}

.services-cards .card-body {
    display: flex;
    align-items: center;
}

.services-cards.align-top .card-body {
  display: flex;
  align-items: start;
}

.services-cards.medium p {
  font-weight: 500;
}

.card.testimonial p {
    line-height: 1.6;
  }

.tech-icon {
  background: #F6F6F7;
  display: inline-block;
  padding: 5px 25px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.tech-icon.white-bg {
  background: #FFFFFF;
}

.tech-icon img {
  margin-right: 5px;
}


.img-bg-2 {
  background: url("../images/pages/services/img-bg-2.jpg") no-repeat;
  background-size: cover;
}



/* casestudy */

.casestudy-single .carousel-control-prev, .casestudy-single .carousel-control-next, .casestudy-single .carousel-indicators{
  display: none;
}

@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .container.services {
    max-width: 1140px;
  }
  h1 {
    font-size: 54px;
  }

  h1.size-2 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  h3.size-3, .size-3 {
    font-size: 20px;
  }

  h3.size-4 .size-4 {
    font-size: 26px;
  }

  h3.size-5 {
    font-size: 32px;
  }
}
