@require '../pages_old/Layout.styl';

.About {
  &Image {
    width: 100%;
    min-height: 80vh;
    background: url('/public/img/slon_about.jpg');
    background-size: cover;
  }

  &Text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-size: 1.2vw;
    height: 80vh;
    font-family: "Proxima Nova";

    &Title {
      font-weight: 600;
      font-size: 1.3vw;
      text-transform: uppercase;
      padding-bottom: 10%;
    }

    &Body {
      padding: 0 70px;
      box-sizing: border-box;
    }
  }

}
