/*.container {*/
/*	max-width: 1280px;*/
/*	margin: 0 auto;*/
/*}*/

.page-section__title {
	margin: 0 0 30px 0;
	font-weight: 500;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -0.02px;
	text-align: left;
}

.page-press-center .section-pressCenter__title {
	text-align: left;
}

.page-press-center .section-pressCenter__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	border-radius: 12px;
	padding: 15px 20px;
}

.page-press-center .section-pressCenter__item-time {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
	margin-right: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.2px;
	color: #8c949f;
}

.page-press-center .section-pressCenter__item p {
	line-height: 22px;
	letter-spacing: 0.2px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.page-press-center .section-pressCenter__item:nth-child(even) {
	background-color: #f0f2f5;
}

.page-press-center .section-pressCenter__show-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.page-press-center .section-pressCenter__show-more .button {
	padding: 0 24px;
}

.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	border-radius: 12px;
	padding: 0 16px;
	height: 56px;
	font-family: "stolzl", -apple-system, blinkmacsystemfont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "open sans", "helvetica neue", sans-serif;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.18px;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	background-color: #2e71fc;
	-webkit-transition: opacity 0.4s, background-color 0.4s, color 0.4s, border-color 0.4s;
	-o-transition: opacity 0.4s, background-color 0.4s, color 0.4s, border-color 0.4s;
	transition: opacity 0.4s, background-color 0.4s, color 0.4s, border-color 0.4s;
}

.button--line-blue {
	border: 1px solid #2e71fc;
	color: #2e71fc;
	background: transparent;
}

@media (min-width: 1440px) {
	.page-press-center .section-pressCenter__item p {
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 0.18px;
	}

	.page-press-center .section-pressCenter__item-time {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 160px;
		flex: 0 0 160px;
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 0.18px;
	}

	.page-press-center.home {
		padding: 63px 0 80px 0;
	}

	.page-section__title {
		font-size: 48px;
		line-height: 56px;
		letter-spacing: -0.03px;
	}

	.page-press-center .section-pressCenter__items {
		padding: 30px 0;
	}
}

/*@media (max-width: 1779.9px) {*/
/*	.container {*/
/*		max-width: 1140px;*/
/*	}*/
/*}*/

@media screen and (max-width: 1440px) {
	.page-press-center {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.section-pressCenter__wrap {
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	.section-pressCenter__wrap {
		padding: 0;
	}
}
