html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}




main, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	margin: 0; padding: 0; min-height: 100%;
}
body {
	position: relative;
	font-size: 14px;
	color: #000;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	font-family: 'Gilroy';
}
* {
	outline: none; box-sizing: border-box;
}
img {
	border: none; vertical-align: top;
}
.responsive-image {
	max-width: 100%;
}
form {
	margin: 0; padding: 0;
}
input, textarea, select, button {
	margin: 0;
	padding: 0;
	border: none;
	resize: none;
	display: block;
	width: 100%;
	font-family: 'Gilroy';
}
input[type="text"],
input[type="tel"],
input[type="mail"] {
	background: #fff;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
button[type="submit"] {
	cursor: pointer;
}
select::-ms-expand {
    display: none;
}
::-moz-placeholder {
	opacity: 0.5;
}
::-webkit-input-placeholder {
    opacity: 0.5;
}
::-ms-placeholder {
    opacity: 0.5;
}
::placeholder {
    opacity: 0.5;
}
label {
	cursor: pointer;
}
H1, H2, H3, H4, H5 {
	margin: 0; padding: 0;
}
H2 {
	color: #5e9928;
	font-family: 'Merriweather';
	font-size: 40px;
	font-weight: 400;
	line-height: 45px;
}
ul, ul li {
	margin: 0; padding: 0; list-style: none;
}
a {
	transition: all 300ms ease;
	text-decoration: none;
}
p {
	margin: 0;
	font-size: 18px;
	
}
.hidden {
	display: none;
}
.viewport-wrapper {
	position: relative; min-width: 300px; overflow: hidden;
}
.viewport-wrapper.overflow {
    width: 100%; height: 100vh; -webkit-overflow-scrolling: touch;
}
.container {
	margin: 0 auto;
	min-width: 300px;
	max-width: 1170px;
	width: 100%;
}


.container1{

	max-width: 600px !important;
	
}

.flex-row {
	display: flex; flex-wrap: wrap;
}
.header-nav .flex-row {
	flex-wrap: nowrap;
}
@media(max-width: 1023px) {
	.header-nav .flex-row {
		flex-wrap: wrap;
	}
}
.justify-space {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: flex-end;
}
.align-start {
	align-items: flex-start;
}
.align-center {
	align-items: center;
}
.align-end {
	align-items: flex-end;
}
.bt-menu {
	position: relative;
	z-index: 10;
	cursor: pointer;
	width: 24px;
	height: 16px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	display: none;
	margin: 0 0 0 40px;
}
.bt-menu span {
	display: block;
	width: 100%;
	height: 2px;
	background: #5e9928;
	transition: .3s;
	position: relative;
}
.bt-menu span:before {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	top: -6px;
	left: 0;
	background: #5e9928;
	transition: .3s;
}
.bt-menu span:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 6px;
	left: 0;
	background: #5e9928;
	transition: .3s;
}
.bt-menu.close span {
	background: transparent;
}
.bt-menu.close span:before {
	top: 0;
	transform: rotate(45deg);
}
.bt-menu.close span:after {
	top: 0;
	transform: rotate(-45deg);
}


.nice-bt {
	position: relative;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 55px;
	box-shadow: 1px 5px 0 #d59d23;
	border-radius: 28px;
	background-color: #ffb617;
	font-size: 15px;
color: #fff;
font-weight: 500;
}


.site-header {
	position: absolute;
	left: 0; top: 0; right: 0;
	width: 100%;
	z-index: 100;
}
.header-top {
	padding: 14px 0;
}
.location {
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	color: #2e2e2e;
font-weight: 500;
text-transform: uppercase;
margin-right: 23px;
}
.location svg {
	width: 14px;
	height: 15px;
	fill: #5e9928;
	margin-right: 9px;
}
.bad-eye {
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	color: #2e2e2e;
font-weight: 500;
text-transform: uppercase;
}
.bad-eye svg {
	width: 30px;
	height: 20px;
	fill: #5e9928;
	margin-right: 5px;
}
.nav-bar {
	height: 86px;
	box-shadow: 2px 11px 32px 0px rgba(0, 0, 0, 0.02);
	background-color: #ffffff;
	padding: 0 30px 0 19px;
}



.header-inner {
	margin-left: auto;
}
.header-nav li {
	position: relative;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-right: 8px;
}
.header-nav li:before {
	content: '';
	display: block;
	width: 6px;
height: 6px;
border-radius: 50%;
background-color: #5e9928;
margin-right: 8px;
}
.header-nav li::last-child {
	margin-right: 0;
}
.header-nav li::last-child:before {
	display: none;
}
.header-nav li a {
	color: #2e2e2e;
font-size: 16px;
font-weight: 500;
}
.header-nav li a:hover {
	color: #ffc13a;
}
.green-bt {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 190px;
	margin-left: 60px;
color: #fff;
font-size: 15px;

font-weight: 500;
height: 50px;



border-radius: 25px;



background-color: #5e9928;
}


.step-1 {
	position: relative;
	z-index: 2;
}
.slider-preview {
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.slider-preview .item {
	position: relative;
	height: 100vh;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.slider-preview .item .title {
	font-size: 54px;
	font-family: 'Merriweather';
	max-width: 620px;
	color: #5e9928;
}
.slider-preview .item p {
	margin-top: 66px;
	color: #757575;

max-width: 400px;

font-size: 18px;
}
.slider-preview .item .container {
	position: relative;
	z-index: 2;
}
.slider-preview .item .image {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.slider-preview .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.step-2 {
	position: relative;
	padding: 83px 0 116px;
}
.step-2 .container {
	position: relative;
	z-index: 2;
}
.step-2 .image {
	position: absolute;
	left: 0; bottom: 0;
}
.step-2 H2 {
	padding-bottom: 40px;
}
.product-item {
	position: relative;
	margin-top: 32px;
	max-width: 358px;
	width: 32%;
	height: 283px;
	padding: 30px 23px;
	color: #2d2d2d;

text-transform: uppercase;


font-weight: 400;
}
.product-item a {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 2;
	display: block;
}
.product-item img {
	position: absolute;
	right: 0; bottom: 0;
}
.product-item .title {
	font-weight: 800;
	font-size: 24px;
	letter-spacing: 0.6px;
	padding-bottom: 6px;
}
.product-custom-one {
	background-color: #dcd0b8;
}
.product-custom-one .title {
	color: #b79043;
}
.product-custom-two {
	background-color: #d6e9ce;
}
.product-custom-two .title {
	color: #5e9928;
}
.product-custom-three {
	background-color: #f9e9bf;
}
.product-custom-three .title {
	color: #c98f01;
}


.step-3 {
	background: #eaeaea url(../i/bg3.jpg) 50% 0 no-repeat;
}
.step-3 .text {
	width: calc(100% - 355px);
	padding: 80px 0 97px;
	max-width: 760px;
}
.step-3 .text H2 {
	padding-bottom: 24px;
}
.step-3 .text H4 {
	font-size: 18px;
	margin-top: 20px;
}
.step-3 table {
	margin: 10px 0 20px;
	border-collapse: collapse;
}
.step-3 table th,
.step-3 table td {
	border: solid 1px #000;
	padding: 10px 15px;
}
.step-3 table tr:nth-child(even) {
	background: #fff;
}



.step-3 .text p {
	font-size: 15px;
	line-height: 25px;
	margin-top: 18px;
}
.step-3 .image {
	position: relative;
	width: 355px;
	min-height: 1px;
}
.step-3 .image img {
	position: absolute;
	left: 0; bottom: -20px
}

.step-3  .more {
	display: inline-block;
	margin-top: 5px;
	font-size: 16px;
	color: #5e9928;
	text-decoration: underline;
}





.step-4 {
	position: relative;
	background: #60a12d url(../i/bg4.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	padding: 25px 0 29px;
}
.progress-item {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 19px;
}
.progress-item .icon {
	margin-right: 25px;
}
.progress-item .total {
	font-size: 50px;
	font-weight: 800;
	line-height: 1;
}
.progress-item .total small {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}



.step-5 {
	padding: 86px 0 75px;
}
.step-5 H2 {
	text-align: center;
}
.slider-crt {
	margin: 72px auto 0;
	max-width: 970px;
	position: relative;
	max-height: 360px;
	overflow: hidden;
	display: flex;
}
.slider-crt.slick-slider {
	overflow: visible;
	display: block;
	max-height: auto;
}
.slider-crt .slick-list {
	overflow: hidden;
}
.slider-crt .item {
	margin: 0 35px;
	width: 254px;
}
.slider-crt .item img {
	width: 100%;
	height: auto;
}
.slider-crt .slick-prev {
	left: -85px;
}
.slider-crt .slick-next {
	right: -85px;
}



.step-6 {
	padding: 75px 0 113px;
	text-align: center;
}
.process-list {
	border-bottom: solid 1px rgba(96,61,45,.33);
}
.process-item {
	max-width: 25%;
	margin-top: 70px;
	position: relative;
	padding: 0 5px 26px;
}
.process-item:after {
	content: '';
	display: block;
	width: 48px;
	left: 50%;
	margin-left: -24px;
height: 6px;
position: absolute;
bottom: -3px;
background-color: #60a12d;
}
.process-item .icon {
	height: 70px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.process-item .icon svg {
	fill: #ffc13a;
}
.process-item .icon-agriculture {
	width: 67px;
	height: 60px;
}
.process-item .icon-grocery {
	width: 59px;
	height: 62px;
}
.process-item .icon-branding {
	width: 58px;
	height: 57px;
}
.process-item .icon-food-delivery {
	width: 69px;
	width: 69px;
}
.process-item p {
	font-size: 15px;
	max-width: 230px;
	margin: 15px auto 0;
	line-height: 22px;
}
.step-6 .nice-bt {
	max-width: 230px;
	margin: 95px auto 0;
}


.step-7 {
	position: relative;
	padding-top: 76px;
	background: url(../i/bg7.jpg) 50% 0 no-repeat;
	background-size: 100% 352px;
	text-align: center;
}
.step-7 H2 {
	color: #fff;
	padding-bottom: 38px;
}
.causes-item {
	max-width: 259px;
	width: 24%;
box-shadow: 2px 11px 32px rgba(0, 0, 0, 0.03);
background-color: #ffffff;
padding: 25px 20px 35px;
margin-top: 32px;
}
.causes-item .icon {
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 50%;
	width: 93px;

height: 93px;

background-color: #60a12d;
}
.causes-item .icon img {
	width: 80%;
	max-width: 55px;
}
.causes-item p {
	margin-top: 15px;
	font-size: 15px;
	line-height: 24px;
	height: 120px;
	overflow: hidden;
}
.semibold {
	font-weight: 600;
}
.causes-item.active p {
	overflow: visible;
	height: auto;
}
.causes-item a {
	display: inline-block;
	margin-top: 2px;
	color: #5e9928;
	text-decoration: underline;
}


.step-8 {
	padding: 88px 10px 10px 10px;
	text-align: center;
}
.step-81 {
padding:  181px 00px 0px 0px;
	text-align: center;
}
.slider-gallery {
	position: relative;
	margin-top: 64px;
	max-height: 270px;
	overflow: hidden;
	display: flex;
}
.slider-gallery.slick-slider {
	display: block;
	max-height: auto;
	overflow: visible;
}
.slider-gallery .item {
	margin: 0 22px;
	opacity: .5;
	position: relative;
	width: 346px;
}
.slider-gallery .item:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	left: 0; top: 0;
	width: 100%; height: 100%;
}
.slider-gallery .item a {
	display: flex;
	justify-content: center;
}
.slider-gallery .slick-active {
	opacity: 1;
}
.slider-gallery .slick-active:before {
	display: none;
}
.slider-gallery .item img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}
.slider-gallery .slick-arrow {
	background: #ffc13a;
}
.slider-gallery .slick-arrow:before {
	border-color: #fff;
}
.slider-gallery .slick-prev {
	left: -70px;
}
.slider-gallery .slick-next {
	right: -70px;
}


.step-9 {
	position: relative;
	background: #60a12d url(../i/bg4.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}
.step-9:after {
	content: '';
	display: block;
	background: url(../i/eggs.png);
	width: 384px; height: 258px;
	position: absolute;
	right: 0; bottom: -130px;
}
.step-9 .wrapper {
	position: relative;
	padding: 65px 0 60px;
	z-index: 2;
}
.step-9 .head {
	font-family: 'Merriweather';
	font-size: 36px;
	line-height: 1.2;
}
.step-9 .head span {
	text-transform: uppercase;
	font-size: 47px;
	display: block;
}
.step-9 .nice-bt {
	max-width: 245px;
	margin-top: 45px;
	position: relative;
	z-index: 2;
}
.step-9 .nice-bt:after {
	content: '';
	display: block;
	background: url(../i/download.png);
	width: 36px; height: 36px;
	margin-left: 35px;
}
.step-9 .image {
	position: absolute;
	left: 520px;
	top: -75px;
}




.step-10 {
	padding-top: 117px;
}
.step-10 H2 {
	padding-bottom: 50px;
}


.container99 H2 {
	padding-bottom: 50px;
	     padding-top: 100px;
}


.appeal-item {
	position: relative;
	width: calc(50% - 17px);
background-color: #ffffff;
margin-top: 34px;
height: 280px;
padding: 68px 47px;
}
.appeal-item img {
	position: absolute;
	right: 0; bottom: 0;
	max-width: 100%;
}
.appeal-item a {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	border: 1px solid #cbcbcb;
	z-index: 2;
}
.appeal-item1 a {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	border: 1px solid #cbcbcb;
	z-index: 2;
}
.appeal-item .title {
	max-width: 160px;
	font-size: 25px;
	line-height: 43px;
	position: relative;
	z-index: 2;
}
.appeal-item .title:after {
	content: '';
	display: block;
	margin-top: 25px;
	width: 45px;
	height: 45px;
	background: #60a12d url(../i/arrow-icon.png) 50% 50% no-repeat;
	border-radius: 50%;
}



.step-11 {
	padding: 110px 0;
}
.slider-pairs {
	position: relative;
	
}
.slider-pairs .slick-list {
	overflow: hidden;
}
.slider-pairs .slick-prev {
	left: -100px;
}
.slider-pairs .slick-next {
	right: -100px;
}
.slider-pairs .slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}



.step-12 {
	position: relative;
	overflow: hidden;
	background: #eaeaea url(../i/bg3.jpg) 50% 0 no-repeat;
}
.contacts-box {
	width: 50%;
	padding: 66px 0 70px;
}
.map-box {
	width: 50%;
	position: relative;
}
.contcats-item {
	position: relative;
	font-size: 17px;
	line-height: 27px;
	margin-top: 40px;
	padding-left: 30px;
}
.contcats-item .subhead {
	font-weight: 600;
	margin-top: 14px;
}
.contcats-item .subhead:first-child {
	margin-top: 0;
}
.contcats-item p {
	margin: 0;
}
.contcats-item .subhead + p {
	margin-top: 14px;
}
.contcats-item.icon-location:before {
	content: '';
	display: block;
	background: url(../i/pin.svg);
	width: 20px; height: 31px;
	background-size: 100% 100%;
	position: absolute;
	left: 0; top: 0;
}
.contcats-item.icon-clock:before {
	content: '';
	display: block;
	background: url(../i/clock.svg);
	width: 18px; height: 18px;
	background-size: 100% 100%;
	position: absolute;
	left: 0; top: 4px;
}
.contcats-item.icon-phone:before {
	content: '';
	display: block;
	background: url(../i/mobile-phone.svg);
	width: 18px; height: 18px;
	background-size: 100% 100%;
	position: absolute;
	left: 0; top: 4px;
}

.contacts-box .link {
	display: inline-block;
	margin-top: 45px;
	color: #60a12d;

font-weight: 600;

font-size: 15px;
line-height: 16px;
border-bottom: dashed 1px;
text-transform: uppercase;
}
.contacts-box .link:hover {
	border-bottom-color: transparent;
}
.map-iframe {
	position: absolute;
	left: 0; top: 0;
	width: 999px;
	height: 100%;
}


.footer-top {
	padding: 25px 0;
}
.footer-nav li {
	margin: 0 17px;
}
.footer-nav li a {
	color: #2e2e2e;

font-size: 15px;

font-weight: 500;
}
.footer-nav li a:hover {
	color: #ffaf2f;
}
.footer .green-bt {
	margin-left: 0;
}
.footer-bot {
	padding: 15px 0;
	font-size: 13px;
	color: #7c7c7c;
	font-weight: 500;
	background-color: #f1f1f1;
}
.footer-bot a {
	color: #7c7c7c;
	text-decoration: underline;
}
.footer-bot a:hover {
	text-decoration: none;
}


.modal {
	position: relative;
	margin: 0 auto;
	max-width: 500px;
	padding: 25px 40px 40px;
	text-align: center;
	background: #fff;
}
.modal-title {
	color: #5e9928;
	font-family: 'Merriweather';
	font-size: 30px;
	padding-bottom: 10px;
}
.modal-tabs {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-top: 20px;
}
.modal-tabs a {
	color: #000;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 50%;
	height: 50px;
}
.modal-tabs a.active {
	color: #5e9928;
	border-color: #5e9928;
}
.form-item {
	margin-top: 15px;
}
.form-item input {
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	color: #555;
	height: 40px;
	width: 100%;
	padding: 4px 10px;
	font-size: 13px;
	line-height: 18px;
}
.form-item textarea {
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	color: #555;
	height: 110px;
	width: 100%;
	padding: 4px 10px;
	font-size: 13px;
	line-height: 18px;
}
.form-item .label {
	padding-bottom: 5px;
	text-align: left;
	color: #555;
}
.file-item {
	position: relative;
	display: flex;
	border: 1px solid #ccc;
	margin-top: 15px;
}
.file-item input {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
}
.file-item .file-name {
	width: calc(100% - 80px);
	display: flex;
	-ms-align-items: center;
	align-items: center;
	line-height: 1.1;
	height: 40px;
	padding: 0 10px;
	font-size: 13px;
	line-height: 18px;
}
.file-item .file-bt {
	width: 80px;
	height: 40px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background-color: #21ad33;
	color: #fff;
}


.note {
	margin-top: 10px;
}
.modal .nice-bt {
	max-width: 200px;
	margin: 20px auto 0;
}
.modal-thank {
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	max-width: 400px;
	padding: 25px;
	background: #fff;
}



.bold {
	font-weight: 700;
}


.slick-track {
	display: flex;
}
.slick-arrow {
	font-size: 0;
	color: transparent;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 10;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 10;
	background: transparent;
	border: solid 1px #ffc13a;
	width: 60px; height: 60px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 50%;
}
.slick-arrow:before {
	content: '';
	display: block;
	border-bottom: solid 3px #ffc13a;
	border-left: solid 3px #ffc13a;
	box-sizing: border-box;
	width: 16px; height: 16px;
	transform: rotate(45deg);
}
.slick-prev {
	left: 0;
	padding-left: 5px;
}
.slick-next {
	right: 0;
	padding-left: 10px;
	transform: rotate(180deg);
}
.slider-control {
	position: absolute;
	z-index: 10;
	left: 0; bottom: 52px;
	width: 100%;
}
.slick-dots {
	display: flex;
}
.slick-dots li * {
	display: none;
}
.slick-dots li {
	cursor: pointer;
width: 11px;
margin-right: 9px;
height: 11px;

border: 1px solid #f49806;
	border-radius: 50%;
	transition: opacity 200ms ease;
	transition: all .4s;
}
.slick-dots li:hover, .slick-dots li.slick-active {
	background: #f49806;
}


.modal-text {
	position: relative;
	background: #fff;
	max-width: 700px;
	margin: 0 auto;
}
.modal-wrapper {
	max-height: 900px;
	overflow-y: scroll;
	padding: 40px 20px;
}
.modal-wrapper img {
	max-width: 100%;
}

.modal-text H3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.modal-text H4 {
	margin-bottom: 15px;
}
.modal-text p {
	margin-bottom: 15px;
}

.category__posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
}
.category__post>*:not(:last-child) {
	margin-bottom: 10px;
}
.category__post, .page-date, .page-content {
	font-size: 16px;
}
.category__post-img img, .page-img img {
	width: 100%;
	height: auto;
}
.category__post-date {
	font-weight: 600;
}
.category__post-button {
	color: #5e9928;
}
.category-title, .page-title {
	font-size: 40px;
    font-family: 'Merriweather';
    color: #5e9928;
    font-weight: 500;
    margin-bottom: 40px;
}
.category__post-content {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
ul.page-numbers {
	display: flex;
    gap: 8px;
    margin-top: 20px;
    justify-content: center;
	color: #5e9928;
}
a.page-numbers {
	color: #5e9928;
}
.page-content p {
    text-indent: 30px;
}
@media(max-width: 600px) {
    .category__posts {
        grid-template-columns: 1fr;
    }
}