/*About page content elements*/

/*We believe reasons*/
.x-content-band-we-believe-reasons .x-3-4 .h5 {
    margin-top: 0.2em;
    color: #8e64e3;
    font-size: 109%;
}
.x-content-band-we-believe-reasons .x-content-band {
  padding: 10px 0;
}
.x-content-band-we-believe-reasons .x-content-band p{
  font-size: 18px;
  line-height: 1.44;
}
.x-content-band-we-believe-reasons .x-content-band p strong {
  font-size: 22px;
  line-height: 1.64;
}
@media (max-width: 767px) {
  .x-content-band-we-believe-reasons .x-btn{
    margin: 0 0 0 -90px;
  }
}
/*Our Team members*/
.x-content-band-our-team-members.x-content-band {
  margin-top: 2em;
}
.x-content-band-our-team-members .x-3-4 .h5 {
    margin-top: 0;
    color: #0a9f64;
    font-size: 109%;
}
.x-content-band-our-team-members .x-content-band {
  padding: 20px 0 0 0;
}
.x-content-band-our-team-members .x-content-band p {
  font-size: 18px;
  line-height: 1.44;
}
@media (max-width: 767px) {
  .x-content-band-our-team-members .x-1-4 .x-img-circle {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5em;
  }
  .x-content-band-our-team-members .x-content-band h3{
    text-align: center;
  }
}
@media (min-width: 768px) {
  .x-content-band-our-team-members .x-1-4 .x-img-circle {
    margin-left: 15px;
  }
}
