.home_content
{
	box-sizing: border-box;
	width: fit-content;
	max-width: calc(100% - 32px);
	padding: 18px 28px;
	text-align: center;
}

.home_content h1
{
	margin: 0;
	color: #1a1a1a;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.15;
	white-space: normal;
	overflow-wrap: break-word;
}

@media (max-width: 767px)
{
	.home_content
	{
		bottom: 48px;
		padding: 14px 18px;
	}

	.home_content h1
	{
		font-size: 30px;
		line-height: 1.2;
	}
}