main {
  color: #2A3647;
  padding: 99px 16px 107px 16px;
  position: relative;
  width: 100%;
}

main .inner {
  margin: 0 auto;
  max-width: 1146px;
  position: relative;
  text-align: right;
  width: 100%;
}

main .inner img {
  width: 630px;
}

main .inner .info {
  left: 0;
    position: relative;
    top: 75px;
    text-align: left;
    width: 52.9%;
    margin-top: -475px;
    margin-bottom: 52px;
    min-height: 340px;
}

main .inner .info .title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.22em;
  margin-bottom: 24px;
}

main .inner .info .subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.22em;
  margin-bottom: 43px;
  padding-right: 85px;
}

main .inner .info button {
  background-color: #164D9E;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px #2A364740;
  color: #fff;
  outline: none;
  line-height: 22px;
  padding: 15px 33px;
}

@media screen and (max-width: 1146px) {
  main {
    padding-bottom: 76px;
    padding-top: 32px;
  }

  main .inner,
  main .inner .info {
    text-align: center;
    margin-bottom: 0px;
    min-height: auto;
  }

  main .inner {
    max-width: 680px;
  }

  main .inner img {
    width: 100%;
  }

  main .inner .info {
    display: inline-block;
    margin-top: 24px;
    width: 100%;
  }

  main .inner .info {
    position: static;
  }

  main .inner .info .title {
    margin-bottom: 16px;
    padding: 0 30px;
  }

  main .inner .info .subtitle {
    margin-bottom: 27px;
    padding-right: 0;
  }
}

@media screen and (max-width: 834px) {
  main {
    padding: 8px 8px 24px 8px;
  }

  main .inner .info .title  {
    font-size: 16px;
    line-height: 21.38px;
    margin-bottom: 16px;
    padding: 0;
  }
}