.top {
  position: relative;
}
.top .right {
  margin-left: auto;
}
.top .right img {
  width: 900px;
  padding-left: 0px;
  margin-right: -100px;
}

.top .left {
  width: auto;
  min-width: auto;
  position: absolute;
  top: 50%;
  left: calc(100% - 1150px);
  transform: translate(0, -50%);
}
.top .left .title {
  font-weight: 600;
  margin-bottom: 20px;
}
.top .left h1 {
  width: auto;
  font-size: 40px;
  line-height: 200%;
  margin-bottom: 30px;
  border-bottom: solid 1px #1a307b;
}
.top .left .name {
  font-size: 25px;
  color: #1a307b;
  text-align: right;
}

section.job {
  margin-bottom: 200px;
}

@media screen and (max-width: 1200px) {
  .top .left {
    left: 5%;
  }
}
@media screen and (max-width: 900px) {
  .top {
    display: block;
  }
  .top .left {
    position: static;
    transform: translate(0, 0);
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .top .left h1 {
    font-size: 35px;
  }
  .top .left .name {
    font-size: 25px;
  }
  .top .right {
    margin-left: auto;
    width: 100%;
    margin-right: -20%;
  }
  .top .right img {
    width: 100%;
    margin-right: 0%;
  }
}/*# sourceMappingURL=message.css.map */