body {
  font-family: 'Space Grotesk', 'Inter', Arial, sans-serif;
  background: #f7f7f7;
}

.impact-archive .header-section .container {
    margin-left: 0vw!important;
}

.impact-list {
  width: 100%;
  margin: auto;
  border-top: 1px solid #000;
}

.impact-card {
  margin-bottom: 2.5rem;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.impact-card-row {
  display: flex;
  gap: 2.5rem;
  /*border-top: 1px solid #000;*/
  padding-top: 2.5rem;
}

.impact-card-img {
  /*width: 330px;
  min-width: 180px;
  height: 230px;*/
  background: #d6d6d6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.impact-card-img img{
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.img-placeholder {
  width: 100%;
  height: 100%;
  background: #bbb;
  border-radius: 8px;
}

.impact-card-content {
  /*flex: 1;*/
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}

.impact-card-title {
  font-size: 1.15rem;
  font-weight: 400;
  margin: 2.2rem 0;
  color: #222;
  line-height:2rem;
  width: 50%;

}
.page-id-1375 .btn{
  padding: 33px 2px;
}

.page-id-1375 .col-left{
  width: 33.33%;
}
.page-id-1375 .col-right{
  width:66.66%;
}