/* General */
.text-small {
  margin: 0 auto;
  max-width: 900px;
}


/* Intro */
.intro__title h1 {
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.intro__text h2 {
  font-size: 22px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .intro__text h2 {
    font-size: 32px;
  }
}


/* Teaser */
.teaser span {
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 500;
}


/* Lead */
.lead__title p {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}


/* Section */
.section--pb {
  padding-bottom: 32px;
}

.section--pt{
  padding-top: 32px;
}

.section--small .cms-section-default {
  margin: 0 auto;
  max-width: 800px;
}

.section--medium .cms-section-default {
  margin: 0 auto;
  max-width: 1200px;
}

.section__title h2 {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.section__bg-image {
  background-position: left -250px top 50% !important;
  background-size: 50% !important
}

@media (min-width: 576px) {
  .section--pb {
    padding-bottom: 64px;
  }

  .section--pt{
    padding-top: 64px;
  }
}

@media (min-width: 992px) {
  .section--pb {
    padding-bottom: 96px;
  }

  .section--pt{
    padding-top: 96px;
  }
}

/* Image Bubble */
.image-bubble .cms-image-container {
  height: 100px;
  max-width: 100px;
  overflow: visible;
}

.image-bubble .cms-image-container img {
  height: 60px;
  width: 60px;
}

.image-bubble h3 {
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
