* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #5d5d7d;

  html,
  body {
    overflow-x: hidden;
  }
}

.wrapper {
  height: 100vh;
  width: 100vw;
}

.container-left {
  display: inline-block;
  width: 60%;
  padding-left: 136px;
  margin-top: 20%;
}

.container-right {
  display: inline-block;
  background-color: rgba(93, 93, 125, 0.16);
  height: 100vh;
  width: 40%;
  position: absolute;
}

img {
  position: relative;
  top: 25%;
  right: 130px;
}

h1 {
  font-size: 70px;
  line-height: 80px;
  width: 368px;
}

p {
  font-size: 28px;
  line-height: 48px;
  opacity: 0.6;
  margin: 15px 0;
  width: 540px;
}

button {
  width: 269px;
  height: 62px;
  background: #9499ea;
  box-shadow: 0px 10px 24px rgba(148, 153, 234, 0.0979959);
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

button:active {
  opacity: 0.5;
}

a {
  font-size: 28px;
  line-height: 41px;
  color: #5d5d7d;
  margin-right: 41px;
  text-decoration: none;
}

a:nth-child(2) {
  opacity: 0.4;
}

a:hover {
  opacity: 0.4;
}

a:active {
  opacity: 0.8;
}

header {
  margin: 24px 0 0 57px;
}

@media screen and (max-width: 768px) {
  .container-left {
    width: 100%;
    height: 50%;
    padding: 0;
    margin: 0;
  }

  .container-right {
    margin: 50px auto;
    display: block;
    width: 100%;
    position: static;
    padding: 40px;
    height: auto;
  }

  img {
    position: static;
    max-width: 90%;
    max-height: auto;
    display: block;
  }

  header {
    display: none;
  }

  h1 {
    font-size: 36px;
    line-height: 52px;
    width: auto;
    margin: 58px 50px 0 50px;
    text-align: center;
  }

  p {
    margin: 15px 40px;
    width: auto;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  button {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .container-left {
    width: 100%;
    height: 50%;
    padding: 0;
    margin: 0;
  }

  .container-right {
    margin: 50px auto;
    display: block;
    height: auto;
    width: 100%;
    position: static;
    padding: 40px;
  }

  img {
    position: static;
    max-width: 90%;
  }

  header {
    display: none;
  }

  h1 {
    line-height: 52px;
    width: auto;
    margin: 78px 50px 0 50px;
    text-align: center;
  }

  p {
    margin: 50px 40px;
    width: auto;
    text-align: center;
    line-height: 24px;
  }

  button {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 1300px) {
  .container-left {
    width: 100%;
    height: 50%;
    padding: 0;
    margin: 0;
  }

  .container-right {
    margin: 50px auto;
    display: block;
    height: auto;
    width: 100%;
    position: static;
    padding: 40px;
  }

  img {
    position: static;
    max-width: 90%;
  }

  header {
    display: none;
  }

  h1 {
    line-height: 52px;
    width: auto;
    margin: 78px 50px 0 50px;
    text-align: center;
  }

  p {
    margin: 50px 40px;
    width: auto;
    text-align: center;
    line-height: 24px;
  }

  button {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 270px) {
  button {
    width: 200px;
  }

  .container-right {
    margin: 50px auto;
  }
}

@media screen and (max-width: 200px) {
  h1 {
    font-size: 20px;
  }

  button {
    width: 120px;
    font-size: 20px;
  }

  .container-right {
    margin: 50px auto;
  }
}
