﻿.block-grid {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: calc(991px + 1px)) {
  .block-grid .umb-block-grid__area:first-child .component {
    padding-right: 5%;
  }
}
.block-grid .umb-block-grid__area:nth-child(2) .umb-block-grid__layout-item {
  border-bottom: solid 1px #e4e4e4;
}
.block-grid .umb-block-grid__area:nth-child(2) .umb-block-grid__layout-item:last-child {
  border-bottom: none;
}
