
.hero {
  background-image: linear-gradient(#ECE6DD 0% , #F8F7F4 100%);
  margin-bottom: 175px;
}
.hero-text {
	bottom: 20px;
	left: 50%;
	width: 90%;
	transform: translateX(-50%);
}

.posts-box {
	margin-bottom: 100px;
}
.posts-box .head {
  margin-top: -100px;
}

.posts-box .row:nth-child(2) .col-12 {
  margin-bottom: -40px;
  background-color: #ECE6DD;
}

.posts-box p{
  color:#5E5E5E;
}
.posts-box p img{
  max-width: 100%;
  border-radius: 20px;
}

.posts-box > div:last-child {
  transform: translateY(5rem);
  margin-top: -6rem;
}

.posts-box > div:nth-last-child(2):nth-child(even),
.posts-box > div:last-child:nth-child(even) {
  transform: translateY(5rem);
  margin-top: -6rem;
}

.contents ul{
  list-style-type: '✦ ';
  list-style-position: inside;
  padding: 0px;
}
.contents ul li::marker {
  color: #EDCBAD;
}
.contents ul li {
  padding: 1rem 2rem;
  background: #07423d;
  border-radius: 2rem;
  margin: 10px;
  color: #fff;
}
.contents h2::before{
  content: '✦';
  display: inline-block;
  padding-left: 10px;
  color: #EDCBAD;
}