.block-grid {
  margin: 2rem 0;
}
.block-grid__item {
  height: 100%;
  padding: 2rem;
  background: white;
  box-shadow: 0 4px 19px rgba(0, 0, 0, .08);
  position: relative;
  transition: .2s ease-in-out;
}
.block-grid__item:hover {
  background: #EDF4F7;
}
.block-grid__item .header {
  margin: 0 0 1.875rem;
}
.block-grid__item .header span {
  display: block;
  width: 100%;
  max-width: 400px;
  font-size: 2.15rem;
  line-height: 110%;
}
.block-grid__item .header .icon {
  flex: 0 0 60px;
  margin: 0 0 0 1rem;
  width: 60px;
  height: 60px;
}
.block-grid__item .header .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.block-grid__item .text {
  font-size: .875rem;
  line-height: 110%;
  color: #727272;
}