@import url(https://db.onlinewebfonts.com/c/1524cb97667385fb209a895eef125c26?family=Hellschreiber+Sans+W00+Light);
@font-face {
    font-family: "Hellschreiber Sans W00 Light";
    src: url("https://db.onlinewebfonts.com/t/1524cb97667385fb209a895eef125c26.eot");
    src: url("https://db.onlinewebfonts.com/t/1524cb97667385fb209a895eef125c26.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/1524cb97667385fb209a895eef125c26.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/1524cb97667385fb209a895eef125c26.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/1524cb97667385fb209a895eef125c26.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/1524cb97667385fb209a895eef125c26.svg#Hellschreiber Sans W00 Light")format("svg");
}
body {
  background-color: #333132;
}
h1, h2 {
  color: #fff;
 font-family: "Hellschreiber Sans W00 Light";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
}
/* Images */


/* Content */


.wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 85vh;
  padding: 50px;
}
.left-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.text {
 margin-bottom: 100px;
}
.text-content {
  transform: rotate(-90deg);
}
a {
  color: #fff;
  text-decoration: none;
}
.logo {
  margin-bottom: 30px;
}
.phone {
  display: none;
}
/* Forms */

.form input {
  background-color: #333132;
  padding: 15px;
  width: 100%;
  margin: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
}
::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.g-recaptcha {
  margin: 5px;
}
button {
  margin: 5px;
  color: #fff;
  background-color: #333132;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px;
}
/* media screen and */

@media screen and (max-width:576px) {
  .wrapper {
    flex-direction: column;
    padding: 30px;
    height: auto;
  }
  .logo {
    text-align: center;
  }
  .text-content {
    transform: rotate(0deg);
    padding: 5px;
  }
  .right-box {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .text {
    display: none;
  }
  .text.phone {
    display: block;
  }
  .phone {
    display: block;
  }
}
