/**
 * Block Name: Weiter
 */

section.weiter .card {
  background-color: #322b26;
  border: 1px solid #f9ede4;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.25);
}

section.weiter .img_wrapper {
  height: 380px;
}

section.weiter .text_wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: calc(100% - 30px);
}

section.weiter .text_wrapper h3 {
  margin-bottom: 30px;
}
