.section-parallax-blog {
  background-image: url(../odoo\ quickbooks\ connector-01.webp);
  width: 100%;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax-blog {
  background: linear-gradient(150deg, #f27935e6 20%, #ba4506f0 80%);
  padding: 14rem 0 8rem 0;
}
.parallax-blog-content {
  text-align: center;
  color: white;
  padding-left: 16px;
}
.parallax-blog-content h1 {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .parallax-blog {
    padding: 9rem 0 4rem 0;
  }
  .parallax-blog-content h1 {
    font-size: 28px;
  }
}
.breadcrumb-wrapper {
  text-align: center;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.breadcrumb-wrapper-inner span {
  font-weight: 500;
}
.breadcrumb-wrapper a {
  font-weight: 500;
  text-transform: capitalize;
  line-height: 24px;
  color: #fff;
  transition: 0.45s;
}
.breadcrumb-wrapper a:hover {
  color: #0061a7;
  text-decoration: none;
}
.blogItem {
  padding: 1rem 0 1rem 0;
  border-bottom: 1px solid rgba(24, 24, 24, 0.1);
}
.blogContent {
}
.blogBorder {
  padding: 2rem 0 1rem 0;
  border-bottom: 1px solid rgba(24, 24, 24, 0.1);
}
.mgbtm {
  margin-bottom: 15px;
}
.blogTitle {
  color: #0061a7;
  margin-top: 14px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .blogTitle {
    font-weight: 600;
    font-size: 26px;
  }
  .blogContent.blogBorder {
    padding: 0.5rem 0 1rem 0;
  }
}
.blogSubtitle {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  text-align: justify;
}
.subHeading {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
.subHeading i {
  color: #0061a7;
}
.subDescription {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  text-align: justify;
}
.blogBtn {
  background: #0061a7;
  color: white;
  padding: 8px 10px;
  transition: 0.45s;
  border-radius: 1px;
  font-weight: 600;
}
.blogBtn:hover {
  background: white;
  color: #0061a7;
  text-decoration: none;
  border: 1px solid #0061a7;
}
