.c-flow {
  padding: 20px;
}

.c-flow h4 {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #5e1a00;
  line-height: 2.4;
}

.c-flow h4:not(first-child) {
  margin-top: 20px;
}

.c-flow h4 figure {
  margin: 0 20px 0 5px;
}

.c-flow p {
  margin-top: 10px;
}

.p-card {
  margin-top: 20px;
}

.p-card__img {
  display: flex;
  justify-content: center;
}

.p-card__text {
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-card {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .p-card__img {
    margin-right: 5px;
  }
  .p-card__text {
    margin-top: 0;
    margin-left: 5px;
  }
}
