body {
  font-family: "Cera Pro", sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 50px 0;
  color: #3d3d3d;
}

.main-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.promo-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.promo-card {
  width: 580px;
  height: 250px;
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.promo-img-placeholder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-img-placeholder img {
  max-width: 100%;
  max-height: 100%;
}

.promo-text {
  padding-left: 25px;
  text-align: right;
}

.promo-text h3 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 15px;
}

.promo-text p {
  font-size: 14px;
  color: #727272;
  margin-bottom: 20px;
}

.btn-green {
  display: inline-block;
  background-color: #46a358;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.blog-header {
  text-align: center;
  margin-bottom: 50px;
}

.blog-header h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.blog-header p {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
}

.blog-grid {
  display: flex;
  justify-content: space-between;
}

.post {
  width: 280px;
  background-color: #fbfbfb;
}

.post-thumb {
  width: 100%;
  height: 190px;
  background-color: #eee;
}

.post-thumb img {
  width: 100%;
  height: 100%;
}

.post-content {
  padding: 15px;
}

.date {
  display: block;
  color: #46a358;
  font-size: 13px;
  margin-bottom: 8px;
}

.post h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.post p {
  font-size: 13px;
  color: #727272;
  margin-bottom: 15px;
  height: 40px;
}

.read-link {
  text-decoration: none;
  color: #3d3d3d;
  font-weight: bold;
  font-size: 14px;
}

.read-link:hover {
  color: #46a358;
}
