.teaser-section {
  -moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #dcdcdc;
  background: #fff;
  margin-bottom: 40px;
}
.teaser-section .teaser-title {
  padding-top: 40px;
  text-align: center;
}
.teaser-section .teaser-content .content-main {
  background: #e7f4fb;
  padding: 40px;
  position: relative;
}
.teaser-section .teaser-content .content-main .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 20px;
  line-height: 3rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.teaser-section .teaser-content .content-main .text:first-child {
  margin-top: 0;
}
.teaser-section .teaser-content .content-main .text + .text {
  margin-top: 15px;
}
.teaser-section .teaser-content .content-main .img {
  position: absolute;
}
.teaser-section .teaser-content .content-footer {
  display: table;
  width: 100%;
  padding: 60px 40px;
  box-sizing: border-box;
}
.teaser-section .teaser-content .content-footer .text {
  font-size: 16px;
  font-size: 1.6rem;
}
.teaser-section.section-open .teaser-content {
  margin-top: 65px;
}
.teaser-section.section-open .text {
  padding-right: 522px;
}
.teaser-section.section-open .text.small {
  font-size: 13px;
  font-size: 1.3rem;
}
.teaser-section.section-open .img {
  bottom: -104px;
  right: 40px;
}
.teaser-section.section-smartphone .content-main {
  margin-bottom: 130px;
}
.teaser-section.section-smartphone .teaser-content {
  margin-top: 85px;
}
.teaser-section.section-smartphone .text, .teaser-section.section-smartphone .qr {
  padding-left: 402px;
  margin-top: 20px;
}
.teaser-section.section-smartphone .img {
  top: -55px;
  left: 85px;
}
