.relative {
  position: relative;
}
@media screen and (max-width: 992px) {
  .relative {
    margin-bottom: 20px;
  }
}

.container {
  max-width: 1200px !important;
}

.dashed-bottom {
  border-bottom: 1px dashed #986161;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1px;
}
.dot:last-of-type {
  margin-right: 10px;
}

.colors li {
  display: flex;
  align-items: center;
}
.colors li > span:last-of-type {
  padding-left: 5px;
}

h4 {
  font-size: 1.4rem;
  color: #a72461;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  h4 {
    margin-bottom: 5px;
  }
}

h5 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
  color: #986161;
  position: relative;
}
@media screen and (max-width: 992px) {
  h5 {
    border-bottom: 1px dashed;
    padding-bottom: 10px;
  }
}
h5:after, h5:before {
  content: '';
  position: absolute;
  width: 40%;
  border: 1px dashed #986161;
  height: 0;
  top: 50%;
  z-index: -1;
  right: 0;
}
@media screen and (max-width: 992px) {
  h5:after, h5:before {
    content: unset;
  }
}
h5:before {
  left: 0;
}

h2 {
  font-size: 1.2rem;
  color: darkorange;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  h2 {
    margin-bottom: 5px;
    margin-top: 15px;
  }
}

a.link {
  color: #3d84a8;
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 992px) {
  a.link {
    margin-bottom: 5px;
    display: block;
  }
}

.content-unset:before, .content-unset:after {
  content: unset !important;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.flex-center .tutorial-img-wrapper {
  position: relative;
}
.flex-center .tutorial-img-wrapper:before {
  content: '';
  position: absolute;
  width: 0;
  border: 1px dashed #e20177;
  height: 100%;
  right: 50%;
  margin-right: -1px;
  top: 35px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .flex-center .tutorial-img-wrapper:before {
    content: unset;
  }
}
.flex-center .tutorial-img-wrapper .tutorial-img {
  height: 150px;
  max-width: 100%;
}
.flex-center .tutorial-img-wrapper i.material-icons {
  background: #f9f9f9;
  font-size: 70px;
}
.flex-center .tutorial-img-wrapper .fontawesome i {
  border: 5px solid transparent;
  font-size: 60px;
  background-color: #f9f9f9;
}

/*# sourceMappingURL=how-it-works.css.map */
