.section {
  padding: 6% 0 6% 0;
}
.section-up {
  padding-top: 6%;
}
.bg-gray {
  background: #f5f5f5;
}
.apphr {
  margin: 6% 0 6% 0;
}

.individual-advantage {
  padding: 60px 0 6% 0;
}
.common-documents ul {
  list-style-image: url('/static-c-assets/DTM-checkmark.png');
  padding-left: 50px;
  margin: 0;
}
.common-documents h2 {
   padding: 0 4% 0 4%;
}
.customer-success .testimonial-block {
   margin-bottom: 50px;
}
.customer-success .testimonial-block .bubble-block {
    background: #fff;
    margin: 0 30px 0 30px;
}

.banner-text-img .container h1 {
  max-width:100%;
}


/* Breakpoints */
@media (max-width: 767px) {
 .banner-text-img .container .hero-text {
   text-align: center;
 }
  .individual-section {
     text-align: center;
   }
.banner-text-img .container .hero-text .btn {
  width: 17.75rem;
  position: inherit;
  bottom: 0;
  left: 0%;
  margin-left: 0;
}
}