.service-sections .content-column {
    min-height: 300px;
    padding: 0px;
}

.service-sections .featured-block .inner-box .text {
    position: relative;
    color: #272626;
    font-size: 17px;
}

.service-sections .featured-blocks {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 0px solid #e5e5e5;
}

.service-sections .featured-block .inner-box {
    position: relative;
    text-align: center;
    padding: 10px 20px;
    background-color: #fff;
    border-right: 0px solid #e5e5e5;
}

.service-sections .featured-block .inner-box .icon-box {
    padding: 25px 0px 5px;
}





@media (min-width:320px) and (max-width:640px) {
    .service-sections .featured-block .inner-box .text {
        position: relative;
        color: #272626;
        font-size: 14px;
        line-height: 19px;
    }
    .call-to-action-section-two { 
  padding: 55px 0px 32px;
    }
    .testimonial-section {
  position: relative;
  padding: 40px 0px 30px;
    }
    .testimonial-block .inner-box .text { 
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 10px;
  text-align: center;
}
    
    .testimonial-block .inner-box .author-name, .testimonial-block .inner-box .author-designation{  
  text-align: center;
}
  .message-section {
   padding: 50px 0px 40px;
    }
    
}
