@charset "utf-8";
/* CSS Document */
#voices {}
#voices .flexBox2 {}
#voices .flexBox2 ul {
  justify-content: center;
}
#voices .flexBox2 ul li {
  max-width: 460px;
}
#voices .flexBox2 ul li h3 {
    padding: 5% 0 1%;
    text-align: left;
    display: flex;
    align-items: center;
}
#voices .flexBox2 ul li h3 small {
    background: #57bdaf;
    color: #fff;
    padding: 5px 5px 0;
    display: flex;
    margin: 0 7px 0 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50px;
}
#voices .flexBox2 ul li h3 small span {
    color: #fff;
    display: block;
    font-size: 50%;
}
#voices .flexBox2 ul li p {
  text-align: left;
  font-size: 90%;
}

/*----------------------------------------------------------- 768px  */
@media screen and (max-width: 768px) {
#voices .flexBox2 ul li {
    max-width: inherit;
}
}


