.container.pagesnav {
	margin-bottom: 77px;
}

.container.pagesnav .pages {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin-top: 64px;
}

.container.pagesnav .pages .page a {
	background: #fff;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	text-align: center;
	color: #232323;
	border-radius: 5px;
	text-decoration: unset !important;
	width: 200px;
	height: 65px;
	display: block;
	line-height: 65px;
	margin: 0 20px;
	transition: transform 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

.container.pagesnav .pages .page a:hover {
	background: #6fb74d;
	color: #fff;
}

.container.pagesnav .pages .page a.router-link-active {
	background: #6fb74d;
	color: #fff;
}

.container.content {
	padding-bottom: 120px;
}

.container.content p {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 29px;
	letter-spacing: -0.01em;
	color: #606060;
	margin-bottom: 40px;
}

.container.content p strong {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 60px;
	display: flex;
	align-items: center;
	letter-spacing: -0.02em;
	color: #232323;
}

.container.content {
	position: relative;
}

.container.content .story {
	width: 25%;
	padding: 0;
	background: #f7f8fa;
	z-index: 999;
}

.container.content .story:nth-child(even) .story-container {
	justify-content: flex-end;
}

.container.content .story:nth-child(even) .story-container::after {
	display: none !important;
}

.container.content .story:nth-child(even) .story-container::before {
	content: " ";
	border-bottom: 1px solid #c1c1c2;
	margin-bottom: 36px;
}

.container.content .story .story-container {
	height: 366px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 77px;
	position: relative;
}

.container.content .story .story-container .date {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 29px;
	letter-spacing: 0.205em;
	color: #000;
	margin-bottom: 10px;
}

.container.content .story .story-container .title {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	color: #000;
	margin-bottom: 2px;
	min-height: 104px;
}

.container.content .story .story-container .content {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #606060;
}

.container.content .story .story-container span.linedot {
	position: absolute;
	top: 178px;
	left: -2px;
	color: #00995b;
	font-size: 25px;
	height: 10px;
	line-height: 10px;
}

.container.content .story .story-container::after {
	content: " ";
	border-bottom: 1px solid #c1c1c2;
	margin-top: 39px;
}

.borders:nth-child(odd) {
	position: absolute;
	height: 444px;
	border: 1px solid #c1c1c2;
	top: 184px;
	border-radius: 50px;
	right: -50px;
	border-left-width: 0;
}

.borders:nth-child(even) {
	position: absolute;
	height: 444px;
	border: 1px solid #c1c1c2;
	top: 627px;
	border-radius: 50px;
	left: -50px;
	border-right-width: 0;
	width: 50%;
}

.contact-wrapper {
	margin-bottom: 24px;
}

.contact-wrapper h4 {
	color: #000;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 36px;
	margin-bottom: 16px;
}

.contact-wrapper p {
	align-content: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.contact-wrapper p span.adress-line {
	color: #656565;
	font-family: Manrope;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 34px;
	margin-right: auto;
}

.contact-wrapper p span.adress-line strong {
	color: #656565;
	font-family: Manrope;
	font-size: 14px !important;
	font-style: normal;
	letter-spacing: -0.02em;
	line-height: 34px;
	display: unset;
	font-weight: bold;
}

.contact-wrapper p span.adress-line:first-child {
	width: 100%;
}