.resources .entry-title {
  text-align: center;
}
.resources article {
  box-shadow: 0 8px 20px 6px rgba(0, 0, 0, 0.04);
  transform: translateY(-5px);
}
.resources .post-inner {
  justify-content: center;
  display: flex;
}
.resources .post-thumbnail {
  width: 250px;
  height: 250px;
  display: flex;
}
.border-line {
  border: 2px solid #dc6b3c;
}
.border-line:hover {
  box-shadow: 6px 8px 6px #dc6b3c;
}
.resources .post-outer .post-thumbnail:hover:before {
  background-color: unset !important;
}
.testimonials .post-inner {
  justify-content: unset;
  display: unset;
  position: relative !important;
  text-align: center !important;
}
.testimonials .post-thumbnail {
  width: unset !important;
  height: unset !important;
  display: unset !important;
  display: flex !important;
  justify-content: center !important;
}
.testimonials article {
  box-shadow: unset !important;
}
