/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2021 | 08:05:20 */
.collection-flow-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.collection-flow-box {
  position: relative;
  padding: 14px;
  border: 1px solid #BABABA;
  width: 150px;
  margin: 20px;
}
.collection-flow-box::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  display: block;
  font-weight: 900;
  content: "\f054";
  font-size: 22px;
  line-height: 22px;
  color: #00913D;
  right: -29px;
  top: calc(50% - 11px);
}
.collection-flow-box:last-child:after {
  content: none;
}
@media screen and (max-width:449px) {
  .collection-flow-box {
    width: 100%;
  }
  .collection-flow-box::after {
    content: "\f078";
    bottom: -32px;
    right: calc(50% - 11px);
    top: unset;
  }
}

.collection-flow-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.collection-flow-body {
  display: block;
  width: 100%;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
}

.collection-flow-list {
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 4px;
}