/*--
/*  Intro Box
/*----------------------------------------*/

.intro-box-content {
  padding: 20px;
  border: 2px solid #f8984e;
  border-radius: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.intro-box-content p:last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.intro-box-content {
    margin: 0 0px 0 0px;
  }
}

@media only screen and (max-width: 767px) {
  .service-details-content .service-details-middle-content {
    margin: 0 0px 0 0px;
  }
}

@media only screen and (max-width: 575px) {
	.intro-box-content h2 {
		font-size: 25px;
		padding-bottom: 5px;
	}
}

@media only screen and (max-width: 575px) {
	.intro-box-content p {
    line-height: 1.7;
    font-size: 14px;
	}
}