body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Roboto;
  background-color: #FAFAFA;
}


.logo-wrapper {
  width: 100%;
}

.logo-wrapper svg {
  width: 120px;
  padding: 60px 0 0 7%;
}

.main {
  width: 100%;
}

.text-wrapper {
  width: 34%;
  float: left;
  padding: 60px 4% 60px 7%;
}

.text-wrapper h1 {
  font-size: 40px;
  color: #212121;
  font-weight: 100;
  margin: 0;
}

.text-wrapper h2 {
  font-size: 40px;
  color: #9E9E9E;
  font-weight: 100;
  margin: 0;
}

.text-wrapper p {
  font-weight: 300;
  color: #212121;
  font-size: 15.5px;
  line-height: 1.6em;
  margin: 50px 0;
  width: 75%;
}

.text-wrapper a {
  color: #212121;
  text-decoration: none;
}

.text-wrapper h6 {
  font-size: 17px;
  font-weight: 400;
  width: 160px;
  padding: 20px 10px;
  text-align: center;
  border-radius: 35px;
  margin-top: 90px;
  color: #37474F;
  background-color: #69F0AE;
  box-shadow: inset 0px 3px 0px -1px rgba(255,255,255,0.1),inset 0px -3px 0px -1px rgba(0,0,0,0.07),1px 1px 6px rgba(0,0,0,0.05),1px 1px 6px rgba(0,0,0,0.07);
  transition: box-shadow .3s, background-color .3s;
  transition-property: box-shadow, background-color;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: initial, initial;
  transition-delay: initial, initial;
}

.text-wrapper h6:hover {
  background-color: #69F0BF;
  box-shadow: inset 0px 3px 0px -1px rgba(0,0,0,0.07),inset 0px -3px 0px -1px rgba(255,255,255,0.2),1px 1px 0px rgba(0,0,0,0.1),1px 1px 2px rgba(0,0,0,0.03);
}

.text-wrapper h6 img {
  height: 19.5px;
  margin-right: 7px;
  margin-bottom: -3px;
}

.image-wrapper {
  width: 50%;
  float: left;
  padding: 0 5% 0 0;
}

.image-wrapper::-webkit-scrollbar {
  display: none;
}

.frame-wrapper::-webkit-scrollbar {
  display: none;
}

.frame {
  padding: 55px 2%;
  border-radius: 30px;
  border: .5px solid #E0E0E0;
  background-color: #FFF;
  width: 40%;
  float: left;
  box-shadow: inset 0px 0px 0px -4px rgba(255,255,255,0.1),1px 1px 6px rgba(0,0,0,0.05),1px 1px 8px rgba(0,0,0,0.07);
}

.frame:first-child {
  margin: 0 2%;
}

.frame:last-child {
  margin-left: 4%;
}

.frame img, .frame video {
  width: 100%;
  border: .5px solid #EFEFEF;
  border-radius: 3px;
}

.frame img {
  display: none;
}

@media (min-width: 1400px) {
  .text-wrapper h1 {
    font-size: 46px;
  }
  .text-wrapper h2 {
    font-size: 46px;
  }
}

@media (max-width: 1200px) {
  .logo-wrapper svg {
    width: 100px;
    padding: 40px 0 0 7%;
  }
  .text-wrapper h1 {
    font-size: 34px;
  }
  .text-wrapper h2 {
    font-size: 34px;
  }
}

@media (max-width: 1050px) {
  .text-wrapper {
    width: 36%;
  }
  .text-wrapper p {
    width: 80%;
  }
  .image-wrapper {
    width: 49%;
    padding: 30px 4% 0 0;
  }
}

@media (max-height: 820px) {
  .logo-wrapper svg {
    width: 90px;
    padding: 30px 0 0 7%;
  }
  .text-wrapper {
    width: 38%;
    padding: 60px 4% 40px 7%;
  }
  .text-wrapper p {
    margin: 40px 0;
  }
  .text-wrapper h6 {
    margin-top: 70px;
  }
  .image-wrapper {
    margin-top: -30px;
    width: 45%;
    padding: 0 4% 0 0;
  }
}

@media (max-height: 680px) {
  .logo-wrapper svg {
    width: 80px;
    padding: 10px 0 0 7%;
  }
  .text-wrapper {
    padding: 20px 4% 30px 7%;
  }
  .text-wrapper p {
    width: 80%;
  }
  .text-wrapper h6 {
    margin-top: 50px;
  }
  .frame video {
    display: none;
  }
  .frame img {
    display: inline;
  }
}

@media (max-width: 980px) {
  .text-wrapper h1 {
    font-size: 30px;
  }
  .text-wrapper h2 {
    font-size: 30px;
  }
  .text-wrapper p {
    line-height: 1.45em;
    width: 90%;
  }
}

@media (max-width: 875px) {
  .logo-wrapper {
    width: 90px;
    margin: 20px auto;
  }
  .logo-wrapper svg {
    width: 100%;
    padding: 0;
  }
  .text-wrapper {
    width: 86%;
    text-align: center;
    padding: 0 7%;
  }
  .text-wrapper h1 {
    font-size: 40px;
  }
  .text-wrapper h2 {
    margin-top: 10px;
  }
  .text-wrapper p {
    width: 70%;
    padding: 0 15%;
  }
  .text-wrapper h6 {
    margin: 60px auto 70px;
  }
  .image-wrapper {
    width: 84%;
    padding: 0 8%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .image-wrapper .frame {
    width: 41%;
  }
}

@media (max-width: 750px) {
  .text-wrapper h2 {
    font-size: 26px;
  }
  .image-wrapper {
    width: 80%;
    padding: 0 10%;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 40px;
  }
  .frame-wrapper {
    width: 190%;
    height: 200px;
  }
  .image-wrapper .frame {
    width: 36%;
  }
  .frame video {
    display: none;
  }
  .frame img {
    display: inline;
  }
}

@media (max-height: 350px) {
  .logo-wrapper {
    width: 70px;
    margin: 0 auto;
  }
  .logo-wrapper svg {
    width: 100%;
    padding: 0;
  }
  .text-wrapper h1 {
    font-size: 34px;
  }
  .text-wrapper h2 {
    margin-top: 0;
    font-size: 34px;
  }
}
