@charset "UTF-8";
.shaping-future {
  width: 100%;
  background-image: url(../images/shaping-future.png);
  background-position: 676px 35%;
  background-repeat: no-repeat;
  background-color: #eec714;
  position: relative; }
  @media (max-width: 1180px) {
    .shaping-future {
      background-position: 120% 35%; } }
  @media (max-width: 1000px) {
    .shaping-future {
      background-size: 50%;
      background-position: 120% 0; } }
  @media (max-width: 900px) {
    .shaping-future {
      background-size: contain; } }
  @media (max-width: 750px) {
    .shaping-future {
      background-image: none; } }
  .shaping-future .text {
    padding: 20px 40px;
    width: 640px;
    font-weight: 200; }
    @media (max-width: 1280px) {
      .shaping-future .text {
        width: 50%; } }
    @media (max-width: 900px) {
      .shaping-future .text {
        background-size: cover;
        width: 40%; } }
    @media (max-width: 750px) {
      .shaping-future .text {
        width: 100%;
        box-sizing: border-box; } }
    .shaping-future .text h1 {
      font-size: 48px;
      font-weight: 100; }
    .shaping-future .text p {
      font-size: 18px;
      margin-bottom: 10px; }
    .shaping-future .text .button {
      margin-top: 10px;
      background-image: url(../images/button-right.png);
      background-position: right center;
      background-repeat: no-repeat;
      display: inline-block;
      padding-right: 25px; }
      .shaping-future .text .button a {
        background-color: #d22027;
        height: 49px;
        line-height: 49px;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0 13px;
        font-size: 20px;
        padding-right: 8px; }
    .shaping-future .text blockquote {
      border-left: 5px solid rgba(1, 1, 1, 0.3);
      padding-left: 10px;
      position: relative;
      quotes: "„" "“";
      line-height: 1.5em;
      font-size: 1.2em;
      font-style: italic; }
    @media (max-width: 1000px) {
      .shaping-future .text h1 {
        font-size: 36px; }
      .shaping-future .text p {
        font-size: 16px; }
      .shaping-future .text .button a {
        font-size: 18px; } }
    @media (max-width: 400px) {
      .shaping-future .text h1 {
        font-size: 30px; } }
