.about-us p {
  margin-bottom: 24px;
  line-height: 1.6;
}

.about-us .use-case-wrapper p {
  text-align: justify;
  font-weight: normal;
}

.about-us .no-padding {
  padding: 0 !important;
}

.about-us .highlight-text {
    color: #e35634;
    font-weight: 600;
    font-size: 24px;
    text-decoration: none !important;
}

.about-us .highlight-text::after {
  border: none !important;
  background: none !important;
}

.about-us li {
  margin: 9px 0 12px 0;
  line-height: 24px;
}

.about-us .bg-pale-green {
    background: #e6f9f0;
}

.about-us h3 {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 4px;
}

.about-us strong, .about-us b {
  font-weight: 600;
} 

.about-us .crm.short {
  font-size: 24px;
}

.mission-vision-content {
    width: 540px;
    float: left;
    border-radius: 10px;
    margin: 10px 20px 0;
    background: #ffefe6;
    padding: 40px 0 30px;
    z-index: 1;
}

.mission-vision-content h3.heading-features, .mission-vision-content h4.heading-features {
    font-weight: 700;
    color: #e35634;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-left: 40px;
}

.mission-vision-content .desp {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    padding: 0 40px;
    margin-bottom: 22px;
}