.myAccount__kitInstructions-items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  margin: 25px 0;
  text-align: center;
}
.myAccount__kitInstructions-items-wrapper .myAccount__kitInstructions-single-item-wrapper {
  padding: 1rem 1rem 2rem 1rem;
}
.myAccount__kitInstructions-items-wrapper .myAccount__kitInstructions-single-item-wrapper .myAccount__kitInstructions-title {
  color: #ffcc00;
  font-size: 1.25rem;
  margin-bottom: 0;
  margin-top: 2rem;
  display: block;
}
.myAccount__kitInstructions-items-wrapper .myAccount__kitInstructions-single-item-wrapper .myAccount__kitInstructions-title:hover {
  color: #f90;
}