/* css */

@import '../../unauth.css';

.poster {
  background-image: url('../../../img/posters/ferris-wheel.jpg');
  background-color: #f4f4f4;
}

.aboutus {
  padding: 75px 0 70px 0;
  line-height: 25px;
}

.aboutus .wrapper {
  padding: 0 100px;
}

.aboutus .left {
  float: left;
  font-size: 13px;
  box-sizing: border-box;
  max-width: 590px;
  min-width: 400px;
  padding-right: 20px;
}

.aboutus .left p {
  padding-bottom: 50px;
}

.aboutus .right {
  float: left;
  max-width: calc(100% - 490px);
  box-sizing: border-box;
  padding-top: 30px;
  min-width: 370px;
}

.aboutus .right {
  text-align: center;
  padding-top: 75px;
}

.aboutus .right img {
  width: 310px;
}

.aboutus .right h2 {
  color: #e2e3e4;
  font-size: 32px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 45px;
  width: 370px;
  text-align: center;
  padding-top: 30px;
  margin: 0 auto;
}

@media only screen and (max-width: 1180px) {
  .poster {
    background-image: url('../../../img/posters/ferris-wheel-mobile.jpg');
  }

  h1, h2 {
    font-size: 20px;
  }

  .aboutus {
    padding-bottom: 0;
    padding-top: 140px;
  }

  .aboutus .wrapper {
    padding: 0 20px;
  }
  .aboutus .left {
    max-width: 100%;
    min-width: 100%;
  }

  .aboutus .right {
    max-width: 100%;
    min-width: 100%;
    padding-top: 0;
  }

  .aboutus .right h2 {
    width: 100%;
  }

  .aboutus .right img {
    width: 250px;
  }

  .aboutus .right h2 {
    font-size: 23px;
  }
}

@media only screen
and (min-height: 300px)
and (max-height: 665px) {
  .aboutus {
    padding-top: 155px;
  }
}