.wp {
    background: url(https://static-cdn.qburst.com/5-5-18/images/responsive/service/web/cms/wp/wp.png) no-repeat;
    background-size: 100% 100%;
}
.fullDegree {
    background: url(https://static-cdn.qburst.com/5-5-18/images/responsive/service/web/cms/wp/fullDegree.jpg) no-repeat;
    background-size: 100% 100%;
}
.petCommunity {
    background: url(https://static-cdn.qburst.com/5-5-18/images/responsive/service/web/cms/wp/pet.jpeg) no-repeat;
    background-size: 100% 100%;
}
.newBgColor {
    border-radius: 10px;
    padding: 60px;
}
.newBgColorPadding {
    padding: 60px;
    border-radius: 10px;
}
.stripedBannerSections {
    padding-bottom: 0;
}
.homeWrapper {
    display: none;
}
.flexParent {
    display: flex;
    width: 100%;
  }
  .flexParentGap {
    gap: 15px;
    align-items: center;
  }
@media screen and (max-width: 500px) {
  .useCaseHead .headingRed {
    display: block;
  }
}
@media screen and (max-width: 767px) {
    .paraWithBold img {
      width: 80px;
      height: 80px;
    }
}
@media screen and (min-width: 1200px){
    .benefitsWrapper .gridTwoColumn{
        gap: 130px;
    }
    .benefitsWrapper .gridTwoColumn img {
        max-width: 400px;
    }
    .expertiseWrapper .gridTwoColumn, .useCaseWrapper .gridTwoColumn {
        gap: 100px;
    }
}