/*@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 380px;
  }

  #testimonials .testimonial-item p {
    width: 80%;
  }
}

.img-fluid {
	padding-top: 280px;
    max-width: 100%;
    height: auto;
}*/

/*#intro {
    width: 100%;
    height: 150vh;
    position: relative;
    background: #f5f8fd url(../img/intro-bg.jpg) center top no-repeat;
    background-size: cover;
}*/
textarea{
  resize:  none;
}
ul{
  list-style: none;
  padding: 0;
}

li i{   
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

p{
  text-align: justify;
}

#services .description {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: justify;
}