.section--testimonial .testimonial__text {
  font-size: 20px; }

#custom ul {
  list-style: none;
  padding: 0;
  font-size: 20px; }

#custom li {
  padding-left: 1.3em; }

#custom li:before {
  content: "\f0e3";
  /* FontAwesome Unicode - https://fontawesome.com/icons*/
  font-family: FontAwesome;
  display: inline-block;
  width: 1.5em;
  color: #908718;
  font-size: 20px; }

#subtitle {
  margin-top: -10px;
  font-size: 18px; }

div.text-container {
  margin: 0 auto;
  width: 100%; }

.text-content {
  line-height: 1.8em; }

.short-text {
  overflow: hidden;
  height: 5.4em; }

.full-text {
  height: auto; }

h1 {
  font-size: 24px; }

.show-more {
  padding: 10px 0; }

.customi {
  max-width: 80%;
  border-radius: 5px;
  box-shadow: 12px 13px #b8b8b8; }

.customi:hover {
  transition: all 300ms; }
