.section-work-with-us {
  background-color: #303b40;
  color: #fff;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .section-work-with-us .wp-post-image {
    margin-bottom: 2.5rem;
    margin-left: -1.25rem;
    max-width: none;
    width: calc(100% + 2.5rem);
  }
}
@media (min-width: 992px) {
  .section-work-with-us .wp-post-image {
    margin-left: -52px;
  }
}
.section-work-with-us a:not(.btn) {
  color: #fff;
}
.section-work-with-us .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}