/* first screen ===================== */
.launch-screen.launch-screen-about {
  background-image: url("../img/about-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.launch-screen.launch-screen-about .launch-screen-overlay {
  background-image: none;
  padding: 0;
}
.launch-screen.launch-screen-about .launch-screen-overlay .launch-sign {
  background-image: none;
  padding: 0;
  text-align: center;
  height: auto;
}
.launch-screen.launch-screen-about .launch-screen-overlay .launch-sign h2 {
  color: #fff;
  font-family: "SFT";
  font-size: 16px;
  margin: 0 0 10px 0;
}
.launch-screen.launch-screen-about .launch-screen-overlay .launch-sign h1 {
  margin: 0;
  font-size: 30px;
}
/* first screen ===================== */
.shifted-section .upper .decoration1,
.shifted-section .upper .decoration2,
.shifted-section .upper .decoration3 {
  position: absolute;
}
.shifted-section .upper .decoration1 {
  top: 2%;
  right: 33%;
}
.shifted-section .upper .decoration2 {
  top: 18%;
  left: 6%;
}
.shifted-section .upper .decoration3 {
  bottom: 10%;
  left: 67%;
}
@media (min-width: 720px) {
  .launch-screen.launch-screen-about .launch-screen-overlay .launch-sign h1 {
    margin: 0;
    font-size: 60px;
  }
}
@media (min-width: 1280px) {
  .launch-screen.launch-screen-about .launch-screen-overlay .arrow {
    display: none;
  }
  .our-logic {
    padding: 100px 0;
  }
  .our-logic .shifted-section {
    margin-top: -100px;
  }
}
@media (min-width: 1500px) {
  .our-logic {
    padding: 100px 0;
  }
  .our-logic .shifted-section {
    margin-top: -180px;
  }
}
