.service-guide-page .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.service-guide-page .our-pricing-card {
  position: relative;
  padding: 130px 0;
  background: url("../images/our-prcing-bg.svg") no-repeat;
  background-position: center;
}

@media (max-width: 1200px) {
  .service-guide-page .our-pricing-card {
    width: 100%;
    background-size: 90% auto;
  }
}

@media (max-width: 768px) {
  .service-guide-page .our-pricing-card {
    padding: 30px 0;
    background-position: 50% -2%;
  }
}

.service-guide-page .our-pricing-card .service-subheading {
  text-align: center;
  color: #d0232a;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
}

.service-guide-page .our-pricing-card .service-heading {
  text-align: center;
  padding-bottom: 30px;
}

.service-guide-page .our-pricing-card .service-heading h2 {
  color: #312f30;
  font-weight: 700;
  font-size: 130px;
  line-height: 92px;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.service-guide-page .form-section .form-section-bg {
  background-image: linear-gradient(#f8fafc, #f8fafc) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  padding: 100px 0 !important;
}

.service-guide-page .form-section .form-section-bg .custom-left-padding {
  padding-left: 40px;
}

.service-guide-page .image-wrapper {
  width: 100%;
  height: auto;
}

.service-guide-page .image-wrapper img {
  width: 100%;
  height: auto;
}

.service-guide-page .form-right h2 {
  font-family: Degular;
  font-size: 70px;
  color: #312f30;
  font-weight: 700;
}

@media (max-width: 991px) {
  .service-guide-page .form-right h2 {
    font-size: 40px;
  }

}

.service-guide-page .form-right p {
  font-size: 18px;
  color: #5a5a5a;
  font-family: Degular;
  font-weight: 400;
}

.service-guide-page .bottom-card {
  padding: 100px 0;
}

.custom-gap--row {
  margin: 0px -33px !important;
  --bs-gutter-x: 50px;
}

.service-guide-page .bottom-card .c-card .img-wrapper {
  width: 100%;
  height: 215px;
  width: 100%;
}

@media (max-width: 768px) {
  .service-guide-page .bottom-card .c-card .img-wrapper {
    width: 100%;
    width: 100%;
    height: 100%;
  }
}

.service-guide-page .bottom-card .c-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-guide-page .bottom-card .c-card .blog-content h4,
.service-guide-page .bottom-card .c-card .blog-content h4 a {
  margin-top: 10px;
  font-family: Degular;
  font-size: 30px;
  color: #312f30;
  font-weight: 700;
  text-decoration: none;
}

.service-guide-page .bottom-card .c-card .blog-content p {
  font-size: 18px;
  color: #5a5a5a;
  font-family: Degular;
  font-weight: 400;
}

@media (max-width: 768px) {
  .service-guide-page .bottom-card .c-card {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .service-guide-page .our-pricing-card .service-heading h2 {
    font-size: 50px;
    line-height: 45px;
  }

  .service-guide-page .form-right h2 {
    font-size: 40px;
  }

  .custom-gap--row {
    margin: 0px -15px !important;
  }

  .service-guide-page .bottom-card .c-card .blog-content h4 {
    font-size: 24px;
  }

  .service-guide-page .bottom-card .c-card .blog-content p {
    font-size: 16px;
  }

  .service-guide-page .form-section .form-section-bg .custom-left-padding {
    padding-left: 15px;
    padding-top: 30px;
  }

  .service-guide-page .form-section .form-section-bg {
    padding-top: 0px !important;
    padding-bottom: 50px !important;
  }

  .service-guide-page .bottom-card {
    padding: 30px 0px !important;
  }
}

.blog-detail-wrap .blog-detail-desc p a {
  color: #d0232a;
  text-decoration: underline;
}

.blog-detail-wrap .blog-detail-desc .content-cta {
  background: #dd0201;
  padding: 12px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;

}

.blog-detail-wrap .blog-detail-desc .content-cta:hover {
  background-color: #312f30;
}
.featured-blog-listing .blog-labels-wrap ul li{
    margin-bottom: 7px;
}
.blog-detail-desc img{
  max-width: 800px !important;
  margin: 0px auto;
}
.blog-detail-desc ul li{
  font-size: 18px;
}