#content-outer.div-outer {
  width: auto;
}

#content-home-top {
  padding: 60px 0px;
  background: #F5F5F5;
}

#content-home-top-outer {
}

#content-home-top-inner {
  text-align: center;
}

#content-home-top-inner h1 {
	margin: 10px 0px;
}

#content-home-top-inner p {
	margin: 10px 0px;
  line-height: 1.4em;
}

#content-home-middle {
  padding: 40px 0px;
  background: #FFFFFF;
}

#content-home-middle-outer {
}

#content-home-middle-inner {
  text-align: center;
}

div.blog-post {
  /*max-width: 216px;*/
  margin: auto;
  padding: 15px 0px;
}

div.blog-post-image {
  height: 250px;
  margin: 15px 20px;
  text-align: center;
  overflow: hidden;
  /*border-radius: 50%;*/
}

div.blog-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div.blog-post a {
	color: #507F70;
}

#content-home-bottom-wrapper {
	height: 510px;
  background: url('/images/content-home-middle-bg-2023.jpg') center center no-repeat;
}

#content-home-bottom {
	height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

#content-home-bottom-outer {
	display: table;
	height: 100%;
	margin: auto;
}

#content-home-bottom-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#content-home-bottom-main {
  width: 50%;
  margin: 0px 0px 0px 50%;
  padding: 30px;
  color: #FFFFFF;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}