.blue-bg h1.main:after {
	display: none;
}
#content .container {
	width: 1008px;
	max-width: 100%;
}
#page-cover .flex {
	justify-content: space-between;
	align-items: center;
}
#page-cover .page-title {
	font-size: 70px;
	font-weight: 300;
	line-height: 1;
}
#page-cover .page-title span {
	display: block;
	color: var(--mred);
}
.container.pos-rel {
	position: relative;
}
#hf-cards-wrapper {
	margin: 21px 0 0;
}
#hf-cards-wrapper .hf-card {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 20px 28px;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0px 3.751px 56.258px 0px rgba(48, 82, 146, 0.12);
}
#hf-cards-wrapper .hf-card .logo-col {
	width: 185px;
	text-align: center;
}
#hf-cards-wrapper .hf-card .logo-col .img-wrapper {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 85px;
	border-radius: 6px;
	border: 1px solid #E5ECF0;
}
#hf-cards-wrapper .hf-card .logo-col img {
	max-width: 75%;
	min-width: 70%;
	height: auto;
}
.page-id-9137 #hf-cards-wrapper .hf-card .logo-col img {
	min-width: 50%;
}
#hf-cards-wrapper .hf-card .desc-col {
	width: calc(100% - 400px);
	padding: 0 32px 0 40px;
}
#hf-cards-wrapper .hf-card .desc-col .card-title {
	font-size: 26px;
	font-weight: 700;
}
#hf-cards-wrapper .hf-card .desc-col .card-subtitle {
	margin: 8px 0 0 0;
	line-height: 1.3;
}
#hf-cards-wrapper .hf-card .card-btn {
	display: block;
	width: 130px;
	height: 34px;
	padding: 0;
	line-height: 32px;
	border: 2px solid #0A8EAF;
	box-sizing: border-box;
	font-size: 16px;
	background: #0A8EAF;
}

.entry-content {
	margin-top: 60px;
	margin-bottom: 70px;
	padding: 12px 25px;
	border-radius: 20px;
	background: #EDF3F7;
}
.breadcrumbs + .entry-content {
	margin-top: 10px;
}
.entry-content h2,
.entry-content h2 span {
	font-size: 24px;
	color: var(--green);
}
.entry-content p,
.entry-content ol,
.entry-content ul,
.text-before-form {
	margin-top: 4px;
	font-size: 20px;
	line-height: 26px;
}
.entry-content a {
	color: var(--mred) !important;
	text-decoration: underline;
}

.post-end-text {
	margin-top: 40px;
	padding: 25px;
	background: #EDF3F7;
	font-size: 22px;
	font-weight: 700;
	border-radius: 20px;
}
.post-end-text.flex {
	justify-content: space-between;
	align-items: center;
}
.post-end-text a {
	color: var(--mred);
	text-decoration: underline;
}
.post-end-text p {
	max-width: calc(100% - 300px);
	margin: 0;
}
.post-end-text .post-end-link {
	flex-shrink: 0;
	width: 166px;
	padding: 8px 12px;
	box-sizing: border-box;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	text-decoration: none;
	box-shadow: 0px 4px 20px 0px rgba(255, 108, 109, 0.38);
}
.post-end-text .post-end-link:hover {
	color: var(--mred);
	background: transparent;
}


@media (max-width: 1025px) {
	.tax-Company #content {
		padding: 0 20px;
	}
	.tax-Company #content .clalit-link {
		width: 75%;
	}
}

@media (max-width: 767px){
	.blue-bg h1.main {
		padding: 20px 0;
	}
	#page-cover .flex {
		flex-direction: column;
		text-align: center;
	}
	#page-cover .page-title {
		font-size: 55px;
	}
	#page-cover .img-col {
		max-width: 70%;
	}

	#hf-cards-wrapper .hf-card {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
	}
	#hf-cards-wrapper .hf-card .logo-col {
		width: 170px;
	}
	#hf-cards-wrapper .hf-card .desc-col {
		width: auto;
		padding: 10px 0;
	}

	.post-end-text.flex {
		flex-direction: column;
		line-height: 1.15;
	}
	.post-end-text p {
		max-width: none;
	}
	.post-end-text .post-end-link {
		margin: 20px 0 0 0;
	}
	.entry-content ol, .entry-content ul {
		padding-right: 10px;
	}
}