.jp-breadcrumb {
  padding-top: 23px;
}
.jp-breadcrumb.breadcrumb-dark li {
  color: #000;
}
.jp-breadcrumb.breadcrumb-dark li a {
  color: #666;
}
.jp-breadcrumb.breadcrumb-dark li a:hover {
  color: #000;
}
.jp-breadcrumb.breadcrumb-dark li a:after {
  background: #000;
}
.jp-breadcrumb.breadcrumb-light li {
  color: #fff;
}
.jp-breadcrumb.breadcrumb-light li a {
  color: #fff;
}
.jp-breadcrumb.breadcrumb-light li a:hover {
  color: #fff;
}
.jp-breadcrumb.breadcrumb-light li a:after {
  background: #fff;
}
.jp-breadcrumb .jp-container {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  .jp-breadcrumb .jp-container {
    max-width: 100%;
    padding: 0 25px;
  }
}
.jp-breadcrumb li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: #fff;
}
.jp-breadcrumb li a {
  color: #8cbaff;
  position: relative;
  display: block;
  transition: 0.2s;
  padding-bottom: 4px;
}
.jp-breadcrumb li a:hover {
  color: #fff;
}
.jp-breadcrumb li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.jp-breadcrumb li a:before {
  content: '>';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: -8px;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}
.jp-breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
.jp-breadcrumb {
  background: #FFF7E9;
}
.lazy:not(.no-lazy) {
  width: 100%;
  height: 100%;
  background-image: url('/sites/zweb/images/jp/zoho_general_pages/lazy.svg') !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  border-radius: 5px;
}
.customer-detailed-page {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  background: #FFF7E9;
}
@media only screen and (max-width: 768px) {
  .customer-detailed-page > div > h1 {
    width: 100%;
    text-align: center;
  }
}
.customer-detailed-page .jpc-breadcrumb-container {
  padding-top: 20px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .customer-detailed-page .jpc-breadcrumb-container {
    padding: 25px 20px 0px;
  }
}
.customer-detailed-page .jpc-breadcrumb-container .jpc-breadcrumb {
  width: 100%;
  list-style-type: none;
  line-height: 1.8;
  margin: 0;
}
.customer-detailed-page .jpc-breadcrumb-container .jpc-breadcrumb li {
  display: inline-block;
  list-style: none;
  margin: 0 17px 0 0;
  font-size: 12px;
  line-height: 2;
  color: #fff;
  position: relative;
  z-index: 2;
  padding-left: 0;
}
.customer-detailed-page .jpc-breadcrumb-container .jpc-breadcrumb li .jpc-bcLnk {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 2;
}
.customer-detailed-page .jpc-breadcrumb-container .jpc-breadcrumb li .jpc-bcLnk:before {
  content: ">";
  position: absolute;
  right: -13px;
  display: inline-block;
}
.customer-detailed-page .jpc-breadcrumb-container .jpc-breadcrumb li .jpc-bcLnk:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
.customer-detailed-page .jpc-breadcrumb-container .jpc-breadcrumb li .jpc-bcLnk:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.customer-detailed-page > div {
  display: table;
}
.customer-detailed-page > div .tablecell {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .customer-detailed-page > div .tablecell {
    padding-bottom: 50px;
  }
}
.customer-detailed-page > div .tablecell > h1 {
  width: 60%;
  text-align: left;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.9;
  margin: 45px 0 0;
  color: #000000;
}
.customer-detailed-page > div .tablecell > h1 .min-head-sp {
  font-size: 20px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .customer-detailed-page > div .tablecell > h1 {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .customer-detailed-page > div .tablecell > h1 {
    width: 100%;
    text-align: center;
    margin: 35px 0 0;
    font-size: 22px;
  }
  .customer-detailed-page > div .tablecell > h1 br {
    display: none;
  }
}
.customer-detailed-page > div.feature-breadcrumb {
  display: block;
}
.usecase-wrap {
  max-width: 1115px;
  overflow: hidden;
  clear: both;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.usecase-wrap picture {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .usecase-wrap {
    max-width: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .usecase-wrap {
    max-width: 700px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .usecase-wrap {
    max-width: 90%;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .usecase-wrap.partner-in {
    max-width: 90%;
    padding-bottom: 50px;
  }
}
.customer-detailed-content.cus-type {
  overflow: visible;
}
.customer-detailed-content.cus-type > div:first-child {
  float: right;
  width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .customer-detailed-content.cus-type > div:first-child {
    float: none;
    margin: 0 auto;
    width: 300px;
    display: block;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .customer-detailed-content.cus-type > div:first-child {
    float: none;
    margin: 0 auto;
    width: 300px;
    display: block;
    max-width: 100%;
  }
}
.customer-detailed-content.cus-type .lft_content p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 2.1;
}
.customer-detailed-content.cus-type .lft_content p:nth-child(1) {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .customer-detailed-content.cus-type .lft_content p:nth-child(1) {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .customer-detailed-content.cus-type .lft_content p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .customer-detailed-content.cus-type .lft_content p {
    margin-top: 0;
  }
}
.customer-detailed-content.cus-type .lft_content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .customer-detailed-content.cus-type .lft_content {
    width: 100%;
  }
}
.customer-detailed-content {
  margin: 0 auto;
  padding: 0;
  display: block;
  box-sizing: border-box;
}
.customer-detailed-content > div {
  width: 60%;
  display: table-cell;
  float: left;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .customer-detailed-content > div {
    width: 100%;
    padding: 10px 0;
    margin: 0;
  }
}
.usecase-right-logo {
  display: inline-block;
  margin: -210px 0 0 0;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px 20px 30px;
  box-sizing: border-box;
  width: 320px;
  border: 1px solid #eee;
  border-radius: 5px;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .usecase-right-logo {
    margin: -170px auto 10px;
    display: block;
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .usecase-right-logo {
    margin: -130px auto 10px;
    display: block;
    width: 100%;
    float: none;
  }
}
.usecase-right-logo > ul {
  padding: 0;
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .usecase-right-logo > ul {
    width: 100%;
  }
}
.usecase-right-logo > ul > li {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding: 14px 0;
  font-size: 14px;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  display: list-item;
}
.usecase-right-logo > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.usecase-right-logo > ul > li > span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #86929c;
}
.usecase-right-logo img {
  max-width: 160px;
  width: 100%;
  margin: -20px auto 0px;
}
.content_start {
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .content_start {
    padding-bottom: 50px;
  }
}
.content_start p.tc {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content_start .row br:not(.not-break) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .content_start .row br:not(.not-break) {
    display: none;
  }
}
.content_start .row:not(:first-child) {
  margin-top: 80px;
}
.content_start .row h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .content_start .row h2 {
    font-size: 20px;
    line-height: normal;
  }
}
.content_start .row h3 {
  font-size: 22px;
  line-height: 2;
  font-weight: 500;
}
.content_start .row h3.qus {
  margin-top: 46px;
}
@media only screen and (max-width: 767px) {
  .content_start .row h3 {
    font-size: 18px;
    line-height: normal;
  }
}
.content_start .row p {
  font-size: 16px;
  line-height: 2.2;
  margin-top: 10px;
  margin-left: 45px;
  margin-right: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .content_start .row p {
    margin-left: 0;
    margin-right: 0;
  }
}
.content_start .row p b {
  font-weight: bold;
}
.content_start .row p.no-margin-lr {
  margin: 0 0 25px;
}
.content_start .row .img {
  max-width: 771px;
  margin: 33px auto 30px;
}
@media only screen and (max-width: 767px) {
  .content_start .row .img {
    margin: 20px auto 20px;
  }
}
.content_start .row .img img {
  width: 100%;
  border-radius: 10px;
  padding: 13px;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
}
.content_start .row .img picture {
  display: block;
}
.content_start .row .img.with-desc {
  margin: 33px auto 0px;
}
.content_start .row .img.with-desc p {
  margin-left: 0;
}
.content_start .row .img span {
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}
.content_start .jpc-row {
  margin: 0 auto;
}
.footer-wrapper {
  margin: 0 auto 0;
}
.border {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  background: #ecf0f1;
  border-top: 1px solid #d1d1d1;
}
@media only screen and (max-width: 1023px) {
  .border .usecase-wrap {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .border .contact_section {
    padding: 50px 0px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contact.content-wrap {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact.content-wrap {
    padding-bottom: 0;
  }
}
.contact_section {
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .contact_section {
    padding: 50px 0px 0px;
  }
}
.contact_section h3 {
  font-size: 22px;
  font-weight: bold;
}
.contact_section ul {
  margin-top: 20px;
}
.contact_section ul > li {
  font-size: 16px;
  margin-bottom: 15px;
}
.contact_section ul > li strong {
  margin-right: 15px;
  display: inline-block;
  line-height: 2;
}
.contact_section ul > li span {
  display: inline-block;
  width: calc(100% - 100px);
  line-height: 1.9;
  vertical-align: top;
}
.contact_section ul > li.url {
  margin-top: 30px;
}
.contact_section .partner-sec {
  display: flex;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .contact_section .partner-sec {
    flex-direction: column;
  }
}
.contact_section .partner-sec .partner-left {
  padding-top: 38px;
  width: 45%;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .contact_section .partner-sec .partner-left {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-top: 0px;
    width: auto;
  }
}
.contact_section .partner-sec .partner-right {
  width: 55%;
}
.contact_section .partner-sec .partner-right .partner-cus {
  background: white;
  border-radius: 5px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .contact_section .partner-sec .partner-right .partner-cus {
    padding: 30px 20px;
  }
}
.contact_section .partner-sec .partner-right .partner-cus h3 {
  margin-top: 0;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact_section .partner-sec .partner-right .partner-cus h5 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.contact_section .partner-sec .partner-right .partner-cus p {
  font-size: 16px;
  line-height: 1.9;
}
.contact_section .partner-sec .partner-right .partner-cus ul li span {
  display: inline-block;
  width: calc(100% - 125px);
  vertical-align: top;
  line-height: 2;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .contact_section .partner-sec .partner-right {
    width: auto;
  }
}
.content_start .flex-img {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 40px 0px;
}
@media only screen and (max-width: 767px) {
  .content_start .flex-img {
    flex-direction: column;
  }
}
.content_start .flex-img .image1 {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .content_start .flex-img .image1 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.content_start .flex-img .image2 {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .content_start .flex-img .image2 {
    width: 100%;
  }
}
.content_start .flex-img img {
  width: 100%;
  border-radius: 10px;
  padding: 13px;
  box-sizing: border-box;
  border: 1px solid #dedede;
}
.content_start .d-flex {
  display: flex;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .content_start .d-flex {
    flex-direction: column;
  }
}
.content_start .d-flex .col-left {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 767px) {
  .content_start .d-flex .col-left {
    width: auto;
  }
}
.content_start .d-flex .col-right {
  max-width: 250px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .content_start .d-flex .col-right {
    max-width: 100%;
    width: auto;
    margin-bottom: 30px;
  }
}
.content_start .wd-200 {
  max-width: 200px;
  margin: 0 auto;
}
.user-section-new {
  max-width: 920px;
  margin: 0px auto 40px;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .user-section-new {
    flex-direction: column;
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .user-section-new {
    margin: 0px auto 40px;
  }
}
.user-section-new .left {
  width: 385px;
  border: 1px solid #e5e5e5;
  border-right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 340px;
}
@media only screen and (max-width: 1023px) {
  .user-section-new .left {
    height: 240px;
    width: 100%;
    border-right: 1px solid #e5e5e5;
    border-bottom: 0;
    background-position: center;
  }
}
.user-section-new .right {
  padding: 30px 5px;
  background: #181d2e;
  text-align: left;
  width: calc(100% - 385px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .user-section-new .right {
    width: 100%;
  }
}
.user-section-new .right p {
  font-size: 18px;
  line-height: 1.8;
  padding: 0 60px;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .user-section-new .right p {
    padding: 0px 20px;
  }
}
.user-section-new .right .blue {
  font-size: 16px;
  line-height: 1.8;
  color: #2980d9;
  margin-top: 30px;
  padding: 0 60px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .user-section-new .right .blue {
    padding: 0px 20px;
  }
}
.content_start .max-350-img {
  max-width: 350px!important;
  margin: 33px auto 30px;
}
@media only screen and (max-width: 767px) {
  .content_start .max-350-img {
    margin: 20px auto 20px;
  }
}
.content_start .max-350-img img {
  width: 100%;
  border-radius: 10px;
  padding: 13px;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
}
.content_start .max-650-img {
  max-width: 650px!important;
  margin: 33px auto 30px;
}
@media only screen and (max-width: 767px) {
  .content_start .max-650-img {
    margin: 20px auto 20px;
  }
}
.content_start .max-650-img img {
  width: 100%;
  border-radius: 10px;
  padding: 0px!important;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
}
.content_start .max-450-img {
  max-width: 450px!important;
  margin: 33px auto 30px;
}
@media only screen and (max-width: 767px) {
  .content_start .max-450-img {
    margin: 20px auto 20px;
  }
}
.content_start .max-450-img img {
  width: 100%;
  border-radius: 10px;
  padding: 13px;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
}
.content_start .slider-customer .user-section-new {
  display: flex !important;
  margin: 0 auto 0px;
}
.content_start .customer-slider {
  max-width: 920px;
  margin: 0 auto 0px;
}
@media only screen and (max-width: 1023px) {
  .content_start .customer-slider {
    max-width: 500px;
  }
}
.content_start .detail-slider {
  max-width: 771px;
  margin: 33px auto 20px;
}
.content_start .detail-slider .img-slider {
  margin: 0px auto 10px !important;
}
.content_start .detail-slider .img-slider picture {
  display: block;
}
.content_start .detail-slider .img-slider picture img {
  width: 100%;
  border-radius: 10px;
  padding: 13px;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
}
.content_start .detail-slider .img-slider span {
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}
.content_start .slider-customer .slick-dots li {
  background: #d7e2dd;
  border: 1px solid #d7e2dd;
}
.content_start .slider-customer .slick-dots li.slick-active {
  background: #2980d9;
  width: 19px;
  height: 8px;
  border: 1px solid #2980d9;
  border-radius: 4px;
}
.content_start .jpc-video-thumb {
  cursor: pointer;
  max-width: 894px;
  margin: 36px auto;
  position: relative;
}
.content_start .jpc-video-thumb img {
  width: 100%;
}
.content_start .jpc-video-thumb picture {
  position: relative;
  display: block;
}
.content_start .jpc-video-thumb .cap-text {
  display: block;
  font-size: 16px;
  cursor: text;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
  .content_start .jpc-video-thumb {
    max-width: 100%;
    margin: 36px 0px;
  }
}
.content_start .jpc-video-thumb .video-play-button picture {
  position: relative;
  display: block;
  padding: 13px;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  font-size: 0px;
}
.content_start .jpc-video-thumb .video-play-button picture.lazy {
  min-height: 503px;
}
@media only screen and (max-width: 800px) {
  .content_start .jpc-video-thumb .video-play-button picture.lazy {
    min-height: 389px;
  }
}
@media only screen and (max-width: 580px) {
  .content_start .jpc-video-thumb .video-play-button picture.lazy {
    min-height: 220px;
  }
}
@media only screen and (max-width: 580px) {
  .content_start .jpc-video-thumb .video-play-button picture:before {
    height: 98%;
  }
}
.content_start .jpc-video-thumb #z-play-thumb {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.content_start .jpc-video-thumb #z-play-thumb:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 78px;
  height: 78px;
  background: #ffffff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.content_start .jpc-video-thumb #z-play-thumb:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}
.content_start .jpc-video-thumb #z-play-thumb span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #000;
  border-top: 12px solid transparent;
  border-bottom: 9px solid transparent;
  margin: 10px 7px;
}
.points-box {
  background-color: #FAFCFF;
  border: 1px solid #0165D4;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .points-box {
    padding: 30px 20px;
  }
}
.points-box p {
  margin: 0 !important;
}
.content_start .row .img span {
  line-height: 1.8;
  font-size: 13px;
}
.badge-block {
  background: #fff6e9;
  padding: 20px 0;
  border-left: 5px solid #000000;
  margin-top: 65px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .badge-block {
    padding: 15px;
    margin-top: 30px;
  }
}
.badge-block h2 {
  font-size: 25px !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  margin-left: 25px !important;
}
@media only screen and (max-width: 767px) {
  .badge-block h2 {
    margin: 0;
    font-size: 18px !important;
    line-height: normal !important;
    margin-left: 10px !important;
  }
}
/*# sourceMappingURL=people-customers-flow.css.map */