.greeting-content .img {
  float: right;
  margin: 0 0 40px 40px;
  width: 357px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .greeting-content .img {
    float: none;
    margin: 0 auto 40px;
  }
}
.greeting-content .group-content {
  width: 100%;
}
.greeting-content .group-content .h4-common {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .greeting-content .group-content .h4-common {
    margin-bottom: 20px;
  }
}
.greeting-content .group-content .txt + .txt, .greeting-content .group-content .txt + .name {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .greeting-content .group-content .txt + .txt, .greeting-content .group-content .txt + .name {
    margin-top: 20px;
  }
}
.greeting-content .group-content .name {
  text-align: right;
  img {
    max-width: 234px;
  }

  @media screen and (max-width: 767px) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.greeting-content .group-content .name span {
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
}
