.tps_pageFromBlog {
	margin-bottom: 40px;
}

.tps_pageFromBlog p,
.tps_pageFromBlog li {
	font-size: 16px;
	line-height: 28px;
}

.tps_pageFromBlog p a,
.tps_pageFromBlog li a {
	color: #b09381;
	font-size: 16px;
	transition: 0.3s;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}

.tps_pageFromBlog p a:hover,
.tps_pageFromBlog li a:hover {
	border-bottom: 1px solid #b09381;
}

.tps_pageFromBlog h1 {
	font-weight: bold;
	font-size: 34px;
	text-align: center;
}

.tps_pageFromBlog h2 {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}

.tps_pageFromBlog h3 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.tps_pageFromBlog_centerImage {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0;
	flex-direction: column;
}

.tps_pageFromBlog_leftImage {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 15px 0;
	flex-direction: column;
}

.tps_pageFromBlog_smallImage {
	max-width: 100%;
	object-fit: cover;
}

.tps_pageFromBlog_fullImage {
	max-width: 100%;
	object-fit: cover;
}

.tps_pageFromBlog_mediumImage {
	max-width: 100%;
	object-fit: cover;
}

.tps_pageFromBlog_imgDescription {
	display: inline-block;
	font-size: 14px;
	padding: 10px 0;
	max-width: 600px;
	text-align: center;
	line-height: 20px;
}

.tps_pageFromBlog_quote {
	margin: 0 10px;
}


.tps_pageFromBlog_buttonLink {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	transition: 0.3s;
	font-size: 18px;
	padding: 15px 28px;
	margin-top: 20px;
}

.tps_pageFromBlog_buttonLink:hover {
	color: #fff;
	background: #000;
}

.tps_pageFromBlog_form {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 20px;
}


.tps_pageFromBlog_form td,
.tps_pageFromBlog_form th {
	border: 1px solid;
	padding: 10px;
	font-size: 16px;
	line-height: 26px;
	word-break: break-word;
}

.tps_pageFromBlog_container {
	--tps_shared_container_width: calc(100vw - 40px);
	width: var(--tps_shared_container_width);
	margin: auto;
}

.tps_pageFromBlog_3Images {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.tps_pageFromBlog_3Images img {
	max-width: 230px;
	object-fit: contain;
}

.tps_pageFromBlog_contentWithImage {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 400px 1fr;
}

.tps_pageFromBlog_contentWithImage section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tps_pageFromBlog_contentWithImage div {
	background-color: #b398866e;
	padding: 65px 40px;
}
.tps_pageFromBlog_fullWidthFrame {
	width: 100%;
}

.tps_pageFromBlog_fullWidthFrame iframe {
	width: 100%;
	height: 500px;
}

.tps_pageFromBlog_fact {
	background: #b09381;
	color: #fff;
	line-height: 32px;
	padding: 15px;
}

.tps_pageFromBlog_fact span {
	font-weight: bold;
}

@media (min-width: 768px) {
	.tps_pageFromBlog_container {
		--tps_shared_container_width: 720px;
	}

}

@media (min-width: 992px) {
	.tps_pageFromBlog_fact {
		padding: 20px 45px;
	}

	.tps_pageFromBlog_contentWithImage {
		grid-template-columns: 350px 1fr;
		grid-template-rows: 1fr;
	}

	.tps_pageFromBlog_quote {
		margin: 0 40px;
	}

	.tps_pageFromBlog_smallImage {
		max-width: 400px;
	}

	.tps_pageFromBlog_mediumImage {
		max-width: 600px;
	}

	.tps_pageFromBlog_container {
		--tps_shared_container_width: 960px;
	}
}

@media (min-width: 1140px) {
	.tps_pageFromBlog_container {
		--tps_shared_container_width: 1060px;
	}
}

@media (min-width: 1380px) {
	.tps_pageFromBlog_container {
		--tps_shared_container_width: 1140px;
	}
}

