.blog-listing-services {
  padding: 50px 0 20px;
}

.blog-listing-services .title {
  font-size: 25px;
  font-weight: bold;
  font-family: 'Inter';
  display: block;
  margin: 0 0 30px;
  text-align: center;
}

.blog-listing-services .services-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing-services .item {
  margin-bottom: 30px;
  width: 100%;
}

.blog-listing-services .img-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 67%;
  display: block;
  margin-bottom: 15px;
}

.blog-listing-services .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-listing-services .img-wrap.placehold img {
  object-fit: none;
}

.blog-listing-services .item .item-title {
  display: block;
  margin-bottom: 10px;
}

.blog-listing-services .item .item-title a {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Inter';
  line-height: 1.4em;
  color: #000;
}

.blog-listing-services .item .item-title a:hover,
.blog-listing-services .item .item-title a:active,
.blog-listing-services .item .item-title a:focus {
  color: #f4882f;
}

.blog-listing-services .item p {
  color: #5F5F5F;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: 400;
}

.blog-listing-services .item .learn-more {
  color: #CB6C1E;
  font-size: 16px;
  font-family: 'Inter';
  font-weight: bold;
}

.blog-listing-services .item .learn-more:hover,
.blog-listing-services .item .learn-more:active,
.blog-listing-services .item .learn-more:focus {
  color: #000;
}

@media (min-width: 768px) {
  .blog-listing-services .item {
    width: 33.33%;
    padding: 0 15px;
  }

  .blog-listing-services .item .item-title a {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .blog-listing-services {
    padding: 80px 0 50px;
  }

  .blog-listing-services .title {
    font-size: 48px;
  }

  .blog-listing-services .item .item-title a {
    font-size: 20px;
  }
}

.services-listing {
  padding: 30px 0 10px;
}

.services-listing .top .title {
  font-weight: bold;
  color: #434343;
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
  line-height: 38px;
  font-family: 'Inter';
}

.services-listing .top .title span {
  color: #F4882E;
  font-family: 'Inter';
  font-weight: bold;
}

.services-listing .top .content p,
.services-listing .top .content li {
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  font-family: 'Inter';
  font-weight: 400;
}

.services-listing .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.services-listing .top .featured-image img {
  margin-bottom: 20px;
  display: block;
}

.services-listing .top .content,
.services-listing .top .featured-image {
  width: 100%;
}

.services-listing .bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.services-listing .bottom .item .item-wrap {
  border-top: 5px solid #F4882E;
  padding: 25px 25px 5px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}

.services-listing .bottom .item-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 10px;
  display: block;
  color: #000;
  font-family: 'Inter';
}

.services-listing .bottom .desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter';
}

@media (min-width: 768px) {
  .services-listing .bottom .item {
    width: 33.33%;
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .services-listing .top .title {
    font-size: 40px;
    line-height: 48px;
  }

  .services-listing .top {
    align-items: center;
    max-width: 1340px;
    margin: 0 auto 30px;
  }

  .services-listing .top .content,
  .services-listing .top .featured-image {
    width: 50%;
    padding: 0 20px;
  }
}

.page-template-template-services .cs-container {
  max-width: 1572px;
}