.text-block-14 {
	position: relative;
}

.text-block-14__inner {
	max-width: 848px;
	margin: 0 auto;
}

.text-block-14 .lp-block-overlay {background: rgba(255, 255, 255, 0.7);}

.text-block-14__image {
	height: 200px;
}

.text-block-14__image img {
	object-fit: cover;
	width: 100%;
	height: 100%;	
}

.text-block-14__text-wrapper {
	padding: 32px 16px 48px;
	text-align: center;
}

.text-block-14 .lp-block-bg {
    background-image: url(../../../../../d/fgs16_v3photo-pic-114.jpg);
}

._left .text-block-14__text-wrapper {text-align: left;}

._right .text-block-14__text-wrapper {text-align: right;}

.text-block-14__text-wrapper [class*="lp-header"] {
	padding: 0;
	margin: 0;
}

.text-block-14__title {
	letter-spacing: 0.02em;
}

.text-block-14__title + .text-block-14__text {
	padding-top: 16px;
	letter-spacing: 0.01em;
}

.text-block-14__text p:first-child {margin-top: 0}
.text-block-14__text p:last-child {margin-bottom: 0}

.text-block-14__button-wrapper {
	padding-top: 32px;
}

.text-block-14__button {
	display: flex;
	margin: 0 0 16px;
}

.text-block-14 .lp-button__text {min-width: 118px;}

.text-block-14__image {
	margin-left: auto;
	margin-right: auto;
}

@media all and (min-width: 600px) {
	.text-block-14__image {
		height: 300px;
	}
	
	.text-block-14__text-wrapper {
		padding: 32px 32px 64px;
	}
	
	.text-block-14__button {
		display: inline-flex;
		margin: 0 8px 16px;
	}
}

@media all and (min-width: 960px) {
	.text-block-14__text-wrapper {
		padding: 32px 48px 64px;
	}
	
	.text-block-14__title + .text-block-14__text {
		padding-top: 32px;
	}
	
	.text-block-14__button-wrapper {
		padding-top: 48px;
	}
}

@media all and (min-width: 1200px) {
	.text-block-14__text-wrapper {
		padding: 48px 48px 80px;
	}
}