.progress {
height:27px;
width: 100% !important;
position:relative;
margin-bottom: 10px;
}

.progress-bar {
background:#278DC5;
-moz-transition:width 2s ease-in-out;
-o-transition:width 2s ease-in-out;
-webkit-transition:width 2s ease-in-out;
padding:3px 20px;
text-align:left;
transition:width 2s ease-in-out;
width:0;
height: 27px;
}

.progress-bar span {
color:#191919;
position:absolute;
right:10px;

top:3px;
}

.progress-bars h4 {
font-weight:400;
margin-bottom:20px;
}
.thesaas-sections-split .section {
  margin: 30px 50px 100px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}

.thesaas-sections-split .section-info {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 60px;
}

@media (max-width: 768px) {

  .thesaas-sections-split .section {
    margin: 30px 0 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

}