.wpb_tfbpc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3rem 3rem 3rem 2rem;
  background-color: #efefef;
}

.wpb_tfbpc .chevron::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.45em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}

.wpb_tfbpc .chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.wpb_tfbpc .wpb_tfbpc_button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  background-color: #51830e;
  color: #fff;
  border: 1px solid #51830e;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 14px 20px;
  min-width: 100%;
  text-decoration: none !important;
}

.wpb_tfbpc .wpb_tfbpc_button:hover {
  color: #f7f7f7;
  border-color: #5f9434;
  background-color: #5f9434;
}

.wpb_tfbpc .wpb_tfbpc_cta {
  width: 30%;
  max-width: 30%;
  padding: 56px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wpb_tfbpc .wpb_tfbpc_cta p {
  margin-bottom: 1rem !important;
}

.wpb_tfbpc .wpb_tfbpc_posts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
  padding-top: 16px;
  padding-right: 16px;
}

.wpb_tfbpc .wpb_tfbpc_posts .wpb_tfbpc_post {
  width: 45%;
  max-width: 45%;
}

.wpb_tfbpc .wpb_tfbpc_posts .wpb_tfbpc_post .wpb_tfbpc_post_date {
  margin: 0.5rem 0 0;
  font-style: italic;
  font-size: 16px;
}

.wpb_tfbpc .wpb_tfbpc_posts .wpb_tfbpc_post .wpb_tfbpc_post_title a {
  text-decoration: underline;
  color: #000;
}

.wpb_tfbpc .wpb_tfbpc_posts .wpb_tfbpc_post .wpb_tfbpc_post_thumbnail .smush-detected-img {
  box-shadow: none;
}

@media only screen and (max-width:768px) {
  .wpb_tfbpc .wpb_tfbpc_cta {
    width: 45%;
    max-width: 45%;
  }

  .wpb_tfbpc .wpb_tfbpc_posts {
    padding-top: 30px;
    padding-right: 16px;
  }
}

@media only screen and (max-width:575px) {
  .wpb_tfbpc {
    flex-direction: column;
  }
  .wpb_tfbpc .wpb_tfbpc_cta {
    padding: 32px 32px;
    width: 100%;
    max-width: 100%;
  }
  .wpb_tfbpc .wpb_tfbpc_posts {
    padding-top: 0;
    padding-right: 0;
    flex-direction: column;
    width: 100%;
  }
  .wpb_tfbpc .wpb_tfbpc_posts .wpb_tfbpc_post {
    width: 100%;
    max-width: 100%;
    margin-top: 0.5rem;
  }
}

@media only screen and (max-width:320px) {
  .wpb_tfbpc .wpb_tfbpc_cta {
    padding: 16px 16px;
  }
}
