.c-feature-block {
  display: block;
  margin-bottom: 5.5rem;
}

.c-feature-block__heading {
  margin-bottom: 2rem;
}

.c-feature-block__description {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-feature-block__icon {
  margin-bottom: 1.5rem;
  fill: #808080;
}

.c-feature-block__triangle {
  fill: #6a6969;
}

.c-feature-block:hover .c-feature-block__icon,
.c-feature-block:hover .c-feature-block__triangle {
  fill: #262746;
}
