.section-01 {
	background: #fff;
}
.section-01.p-04 {
	padding: 5rem 4rem 1rem;
}
.section-01 > .rows.p-01:first-child, .section-01 > .rows:nth-of-type(1) .p-01 {
	padding: 0 1rem;
}
.section-01 .rows:nth-of-type(1) .form-group {
	display: flex;
}
.section-01 .rows:nth-of-type(1) .column.width-30 {
	display: flex;
    flex-direction: column;
    align-self: center;
    width: 20%;
}
.section-01 .rows:nth-of-type(1) .column.width-70 {
	width: 80%;
}
.section-01 .rows:nth-of-type(1) .form-group label {
	font-size: 0.8rem;
	margin-bottom: 0;
	font-family: EuclidSquare-Regular;
}
.section-01 .rows:nth-of-type(1) input {
	background: #f2f2f2 !important;
}
.section-01 .rows:nth-of-type(2) .content:hover {
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.section-01 .rows:nth-of-type(2) .content {
	box-shadow: 3px 3px 10px rgba(0,0,0,0.15);
	border-radius: .5rem;
	overflow: hidden;
	transition: 0.3s ease;
}
.section-01 .rows:nth-of-type(2) .content-info {
	background: #fff;
}
.section-01 .rows:nth-of-type(2) .content .img-box {
	overflow: hidden;
	background: #f7f7f7;
	display: grid;
	place-content: center;
}
.section-01 .rows:nth-of-type(2) .content .img-box > a > img {
	display: block;
	width: 100%;
	transition: 0.3s ease;
}
.section-01 .rows:nth-of-type(2) .content-footer {
	background: #fff;
}
.section-01 .rows:nth-of-type(2) .content-footer > a {
	display: block;
	text-align: center;
	border-radius: 0;
}
.section-01 .content-header {
	padding: 1rem;
	background: #37753e;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.section-01 .content-body ul li {
	display: block;
	border-bottom: 1px solid #e5e5e5;
}
.section-01 .content-body ul li > a {
	padding: 0.75rem 1rem;
	display: inline-block;
}
.section-01 .content-body ul li > a:hover {
	color: #000;
}
.section-01 .content-body .img-box {
	border-radius: 0.5rem;
	overflow: hidden;
}
.section-01 .content-body .rows .column:nth-of-type(2) {
	padding-left: 1rem;
}
.section-01 nav {
	float: right;
}
.section-01 .a-info a {
	color: rgb(34,139,34);
}

.section-02 {
	background: #fff;
}

@media only screen and (max-width: 768px) {
	.p-01 {
		padding: 0.5rem;
	}
	.section-01.p-04 {
		padding: 4rem 0.5rem;
	}
	.section-01 .rows:nth-of-type(1) .column {
		text-align: center;
	}
	.section-01 .rows.p-01:first-child, .section-01 .rows:nth-of-type(2) .p-01 {
		padding: 0 0.5rem;
	}
	.section-01 .rows:nth-of-type(2) .p-01 {
		padding: 1rem 0.5rem;
	}
	.section-01 .column.width-40, .section-01 .column.width-70, .section-01 .rows:nth-of-type(1) .column.width-30 {
		width: 100%;
	}
	.section-01 .rows:nth-of-type(1) .column.width-30 {
		text-align: center;
		margin-bottom: 1rem;
	}
	.section-01 .rows:nth-of-type(2) > .column.width-30 {
		display: none;
	}
	.section-01 .column.width-50 {
		width: 100%;
	}
	.section-01 .content-info {
		text-align: center;
	}
	.section-01 .rows:nth-of-type(3) .content-info.p-02 {
		padding: 1rem;
	}
	.section-01 nav {
		float: unset;
		display: flex;
		justify-content: center;
	}
	.section-01 .rows:nth-of-type(1) .column.width-30 {
		display: block;
	}
	.section-01 .rows:nth-of-type(1) .column.width-70 {
		width: 100%;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
	.section-01.p-04 {
		padding: 4rem 1rem;
	}
	.section-01 .rows.p-01:first-child, .section-01 .rows:nth-of-type(2) .p-01 {
		padding: 1rem;
	}
	.section-01 .rows:nth-of-type(3) .content-info.p-02 {
		padding: 1rem;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1365px) {
	.section-01 .rows:nth-of-type(1) .column.width-30 {
		width: 35%;
		max-width: 120.39px;
	}
	.section-01 .rows:nth-of-type(1) .column.width-70 {
		width: 65%;
	}
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
}

@media only screen and (min-width: 992px) {
	.section-01 .rows:nth-of-type(3) .content .img-box > a > img:hover {
		transform: scale(1.1);
	}
}