
.bullets { margin: 10px 0; border: 1px solid #EEE; }
.bullet { border-top: 1px solid #EEE; }
  .bullet .nr { padding: 10px !important; font: 700 24px 'Roboto Slab'; float: left; }
  .bullet .descr { width: 69%; padding: 16px; border-left: 1px solid #EEE; font: 300 14px 'Roboto Slab'; float: left; }

.profile { margin-top: 15px; }
  .profile .thumb { position: relative; float: left; width: 70px; height: 70px; border-radius: 35px; border: 2px solid #EEE; }
  .profile .thumb .image { margin: 3px; width: 60px; height: 60px; overflow: hidden; border-radius: 30px; }
  .profile .profile-info { font: 300 12px 'Roboto Slab'; float: left; padding: 17px 15px; }

.founder { margin-bottom: 50px; }
.founder .founder-thumb { margin-top: 30px; width: 100px; height: 100px; border-radius: 50px; border: 1px solid #E9E9E9; padding: 5px; }
.founder .founder-thumb img { border-radius: 44px; width: 88px; margin: 5px; }
.founder .founder-thumb-inner {
  width: 88px; height: 88px;
  border-radius: 44px; background-size: cover !important;
}
.founder .founder-info { width: 70%; padding: 0px 0px 10px 30px; }
.founder .founder-info h4 { margin: 0 !important; }
.founder .founder-info p { padding: 10px 0 0 0 !important; margin: 0 !important; }

.founder-testimonials a:hover { text-decoration: none; }

#team {
  padding-top: 40px;
  margin-top: 20px;
  border-top: 1px solid #EEE;
}
#team h3 {
  margin: 0 auto !important;
  text-align: center;
  width: 60%;
}
#team .members {
  margin: 50px auto 0;
}

#team .members .member {

}
  #team .members .member .thumb {
    width: 60%;
    margin-left: 20%;
    padding: 5px;
    border-radius: 140px;
    border: 1px solid #EEE;
    overflow: hidden;
  }
  #team .members .member .thumb img {
    width: 100%;
    border-radius: 140px;
  }
  #team .members .member .info {
    text-align: center;
    width: 80%;
    margin-left: 10%;
  }
  #team .members .member .info h4 {
    font-size: 18px !important;
    padding: 20px 0 0;
    min-height: 94px;
  }
  #team .members .member .info p {
    text-align: justify;
  }
  #team .members .member .info a.fa {
    padding: 10px 12px;
    background: rgb(30, 40, 52);
    color: #FFF !important;
    border-radius: 18px;
    font-size: 14px;
    margin-top: 10px;
  }
  #team .members .member .info a.fa:hover {
    text-decoration: none;
  }

.col-md-6 { padding: 0 15px !important; }

@media screen and (max-width: 560px) {

  .home h1 { font-size: 30px !important; margin-bottom: 0 !important; }
  .home h3 { font-size: 22px !important; line-height: 24px !important; padding-right: 20px; }

  .founder { margin-bottom: 0; }
  .founder .founder-thumb { margin-top: 10px; }
  .founder .founder-info { width: 100%; }

  .col-md-4 { margin-bottom: 50px !important; }
  .founder-testimonials { margin-bottom: 50px; }

  #team h3 { font-size: 22px !important; width: 90%; }

}
