body {
  background-color: #f2f2f2;
}

.hiw-container {
  display: flex;
  flex-direction: column;
}

.hiw {
  margin: 4px;
}

#hiw-title {
  font-size: 3rem;
  color: #b6000e;
}

#how-it-works {
  align-items: center;
}

#how-it-works-4 {
  justify-content: space-between;
}

#raw-text-container {
  width: 50%;
}

#functioning img {
  width: 300px;
  height: auto;
}

.how-it-works-title {
  color: #b6000e;
}

.raw-text {
  font-style: italic;
}

/* .raw-text {
  border: 2px solid #b6000e;
  background-color: #f2f2f2;
  padding: 10px;
} */

.fa-arrow-down {
  color: #b6000e;
}
