/* line 1, /myapp/app/assets/stylesheets/front/custom.scss */
.speaker-card {
  text-align: center;
}
/* line 3, /myapp/app/assets/stylesheets/front/custom.scss */
.speaker-card .speaker-card-wrap {
  max-width: 265px;
  display: inline-block;
}
/* line 7, /myapp/app/assets/stylesheets/front/custom.scss */
.speaker-card .speaker-card-bg {
  width: 100%;
  height: 300px;
}
/* line 11, /myapp/app/assets/stylesheets/front/custom.scss */
.speaker-card .speaker-card-bg-shadow {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 68%, rgba(0, 0, 0, 0.87) 100%);
  bottom: -1px;
}
/* line 19, /myapp/app/assets/stylesheets/front/custom.scss */
.speaker-card .speaker-content {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  margin-bottom: 10px;
  padding: 0px 10px;
}
/* line 29, /myapp/app/assets/stylesheets/front/custom.scss */
.speaker-card .speaker-card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: 2.5px;
}
/* line 35, /myapp/app/assets/stylesheets/front/custom.scss */
.speaker-card .speaker-card-description {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: 2.2px;
  margin-bottom: 20px;
}
/* line 42, /myapp/app/assets/stylesheets/front/custom.scss */
.speaker-card .speaker-button {
  text-align: center;
}
/* line 44, /myapp/app/assets/stylesheets/front/custom.scss */
.speaker-card .speaker-button a {
  display: inline-block;
  padding: 10px 2rem;
}

/* line 51, /myapp/app/assets/stylesheets/front/custom.scss */
.text-justify {
  text-align: justify;
}
