section.top {
  padding-right: 0;
}

.top-flex {
  display: flex;
}
.top-flex .title {
  flex-grow: 1;
  padding-right: 20px;
}
.top-flex .top-img {
  width: 60%;
}

@media (max-width: 700px) {
  section.top {
    padding-right: 5%;
  }
  .top-flex {
    flex-direction: column;
  }
  .top-flex .title {
    padding-left: 0;
  }
  .top-flex .top-img {
    width: 100%;
  }
  .top-flex .top-img img {
    margin-top: 30px;
  }
}/*# sourceMappingURL=sub2.css.map */