/* common */
.greetings h3.title {font-size: 31px; padding: 0 60px;}
.greetings h3.title::before, .greetings h3.title::after {width: 40px;}
.greetings h3.title::before {background-image: url("../img/title_bg.png");}
.greetings h3.title::after {background-image: url("../img/title_bg2.png");}

/* greetings */
.greetings h3.title {margin-bottom: 20px;}
.greetings {background: #fff;padding: 60px 20px;text-align: center;overflow: hidden;}
.greetings .description {}
.greetings .description + .description {margin-top: 20px;}
.greetings .signature {font-size: 16px;font-weight: 700;color: #000;margin-top: 40px;display: flex;justify-content: center;align-items: center;}
.greetings .signature em {font-family: 'Yedang';font-size: 50px;color: #000;font-weight: 400;margin-left: 15px;}
