@font-face {
  font-family: "Futura LT W04 Book";
  src: url("../fonts/import/futura.eot") format("eot"), url("../fonts/import/futura.woff2") format("woff2"), url("../fonts/import/futura.woff") format("woff"), url("../fonts/import/futura.ttf") format("truetype"), url("../fonts/import/futura.svg") format("svg");
}

body {
  margin: 0;
  background: #6e6a6c;
  font-family: "Futura LT W04 Book", Futura, Futura-Medium, "Futura Medium", sans-serif;
}

body .allContent {
  display: flex;
  justify-content: center;
  min-height: 100vh;
}

body .allContent main {
  margin: auto;
  position: relative;
}

body .allContent main .bg-image-container,
body .allContent main .text-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 48px;
}

@media screen and (max-width: 1440px) {
  body .allContent main .bg-image-container,
  body .allContent main .text-container {
    margin: 0;
  }
}

body .allContent main .bg-image-container img,
body .allContent main .text-container img {
  max-width: 100vw;
  max-height: 100vw;
}

body .allContent main .bg-image-container > div,
body .allContent main .text-container > div {
  width: 720px;
  height: 720px;
  color: #fff;
  font-size: 28px;
  display: flex;
  flex-direction: column;
}

body .allContent main .bg-image-container > div.text-front-container,
body .allContent main .text-container > div.text-front-container {
  justify-content: space-between;
}

body .allContent main .bg-image-container > div.text-front-container > div,
body .allContent main .text-container > div.text-front-container > div {
  margin: 24px 0;
  text-align: center;
}

body .allContent main .bg-image-container > div.text-front-container > div.text-title,
body .allContent main .text-container > div.text-front-container > div.text-title {
  font-size: 32px;
}

body .allContent main .bg-image-container > div.text-back-container,
body .allContent main .text-container > div.text-back-container {
  justify-content: space-around;
}

body .allContent main .bg-image-container > div.text-back-container > div,
body .allContent main .text-container > div.text-back-container > div {
  margin: 0 172px;
}

@media screen and (max-width: 720px) {
  body .allContent main .bg-image-container > div,
  body .allContent main .text-container > div {
    height: 100vw;
    font-size: 3.85vw;
  }
  body .allContent main .bg-image-container > div.text-front-container > div,
  body .allContent main .text-container > div.text-front-container > div {
    margin: 3.3vw 0;
  }
  body .allContent main .bg-image-container > div.text-front-container > div.text-title,
  body .allContent main .text-container > div.text-front-container > div.text-title {
    font-size: 4.4vw;
  }
  body .allContent main .bg-image-container > div.text-back-container > div,
  body .allContent main .text-container > div.text-back-container > div {
    margin: 0 24vw;
  }
}

body .allContent main .text-container {
  max-width: 100%;
  position: absolute;
  top: 0;
}
