/*----------
	news
----------*/
.un-greeting__image {
	margin-bottom: 30px;
}
.un-greeting__name {
	margin-top: 40px;
	text-align: right;
}
@media (min-width: 768px), print {
	.un-greeting {
		display: flex;
		justify-content: space-between;
		gap: 100px;
		position: relative;
	}
	.un-greeting__image {
		width: 420px;
		margin-bottom: 0;
	}
	.un-greeting__main {
		width: calc(100% - 96px);
		flex: 1;
	}
	.un-greeting__name {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}
/*# sourceMappingURL=style.css.map */
