#page {
  background-color: #f4f2f1;
}
.post-navigation {
  display: none;
}
.work-inner-cols {
  height: 300px;
}
.work-inner-cols figure {
  height: 100%;
  width: 100%;
}
.work-inner-cols img {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
  box-shadow: none !important;
}

.work-details-col p {
  margin-top: 0px !important;
}

@media screen and (max-width: 781px) {
  .work-inner-cols {
    height: 100%;
  }

  .work-inner-cols figure {
    height: 300px;
    width: 100%;
  }

  .site-main-columns .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0px;
  }

  .work-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
