#body {
  background-image: url("../../img/gw-english-web/homepage/background.png");
  background-size: cover;
  background-position: center 100%;
  background-repeat: no-repeat;
  height: calc(100vh - 104px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 571px;
}
#body img {
  margin-bottom: 45px;
}
#body p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
}
#body > div {
  margin-bottom: 120px;
}