.greetings-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
.greetings-wrap .img-box { flex: 0 0 calc(45% - 30px); }
.greetings-wrap .img-box+div { flex: 0 0 calc(55% - 30px); padding-top: 60px; background: url(/_res/unist/_share/img/temp/background-greting.png) no-repeat center top / 100% auto; }
.greetings-wrap .img-box+div p.name{ font-weight: 700; font-size: 16px; color: #222; }
.greetings-wrap .img-box+div p.name span{ font-size: 18px; color: #001b54; }
@media screen and (max-width:768px) {
  .greetings-wrap .img-box { flex: 0 0 100%; margin-bottom: 30px; }
  .greetings-wrap .img-box+div { flex: 0 0 100%; }
}