@media only screen and (min-width: 0px) {
  .org-unit-blocks .cell.intro p {
    margin: 24px 0;
  }
  .org-unit-blocks img.pattern {
    position: absolute;
    width: 140px;
    top: 40px;
  }
  .org-unit-blocks .block .grid-x {
    height: 100%;
  }
  .org-unit-blocks .block {
    margin-bottom: 0.9375rem;
    margin-top: 0.9375rem;
  }
  .org-unit-blocks .block .text {
    padding: 32px;
  }
  .org-unit-blocks .block-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .org-unit-blocks .text div {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .arrow::after {
    margin-left:-5px;
  }
}
@media only screen and (min-width: 640px) {
  .org-unit-blocks .block-thumbnail {
    position: relative;
    height: 100%;
    min-height: 94px;
  }
  .org-unit-blocks .block .text {
    padding: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .org-unit-blocks {
    padding: 32px 0;
  }
  .org-unit-blocks .grid-container {
    position: relative;
  }
  .org-unit-blocks .grid-container:before {
    content: url(/themes/custom/nhgri/assets/patterns/pattern-dots-lightgray.svg);
    position: absolute;
    height: 100px;
    width: 100px;
    top: -60px;
    left: -50px;
  }
  .org-unit-blocks .grid-container:after {
    content: url(/themes/custom/nhgri/assets/patterns/pattern-dots-lightgray.svg);
    position: absolute;
    height: 100px;
    width: 100px;
    right: -50px;
    bottom: -50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
