.contentboxes .contentbox_wrapper {
  background-color: #CCCCCC;
}
.contentboxes .contentbox_wrapper .contentbox-image {
  height: 100%;
}
.contentboxes .contentbox_wrapper .contentbox-image .img-wrapper {
  height: 100%;
  min-height: 470px;
  padding-bottom: 0;
}
.contentboxes h3 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 10px;
}
.contentboxes h3 a {
  color: var(--black);
  text-decoration: none;
}
.contentboxes p {
  font-size: 26px;
  line-height: 32px;
}
.contentboxes .contentbox-exerpt {
  height: 100%;
  padding: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contentboxes .section_header h2 {
  font: var(--h1-font);
  color: var(--primary);
}
.contentboxes .bottom-border {
  margin-top: var(--rowgap);
  border-bottom: 1px solid #999;
}
.contentboxes.boxes h3 {
  font-size: 26px;
  line-height: 30px;
}
.contentboxes.boxes p {
  font-size: 24px;
  line-height: 28px;
}
.contentboxes.boxes .img-wrapper {
  padding-bottom: 60%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) and (max-width: 61.9375em) {
  .contentboxes .contentbox_wrapper .contentbox-image {
    height: 100%;
  }
  .contentboxes .contentbox_wrapper .contentbox-image .img-wrapper {
    height: 100%;
    min-height: 100px;
    padding-bottom: 0;
  }
  .contentboxes .contentbox-exerpt {
    padding: 40px;
  }
  .contentboxes .section_header {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .contentboxes .contentbox_wrapper .contentbox-image {
    height: 100%;
  }
  .contentboxes .contentbox_wrapper .contentbox-image .img-wrapper {
    height: 100%;
    min-height: 100px;
    padding-bottom: 0;
  }
  .contentboxes .contentbox-exerpt {
    padding: 20px;
  }
  .contentboxes h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contentboxes h3 a {
    color: var(--black);
    text-decoration: none;
  }
  .contentboxes p {
    font-size: 14px;
    line-height: 18px;
  }
  .contentboxes .section_header {
    margin-bottom: 30px !important;
  }
  .contentboxes.boxes h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contentboxes.boxes p {
    font-size: 14px;
    line-height: 18px;
  }
}