.services__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
.services__service {
  margin: 1em;
  text-align: center;
  min-width: 300px;
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}
.services__service--filler {
  opacity: 0;
  max-height: 0;
}
.services__icon {
  margin-top: 0.5em;
  font-size: 50px;
  color: #CB4451;
}
.services__description {
  text-align: left;
  flex-grow: 1;
}
.services__fom {
  color: #CB4451;
  font-weight: bold;
  cursor: pointer;
  margin-top: 2em;
}
.services__fom:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=services.css.map */
