.hsts-wrapper {
  font-family: "Open Sans";
}
.hsts-wrapper .hsts-row {
  display: flex;
  flex-wrap: wrap;
}
.hsts-wrapper .hsts-item {
  display: inline-block;
  min-width: 15px;
  position: relative;
  float: left;
  width: 33.3333%;
}
.hsts-wrapper .hsts-item-inner {
  padding: 12px;
  background: #fff;
  border: solid 1px #f0f0f0;
  box-shadow: 0 0 20px -2px rgb(0 0 0 / 0%);
  position: relative;
  text-align: center;
  height: 100%;
  transition: all .3s ease;
}
.hsts-wrapper .hsts-img img {
  margin-bottom: 4px;
}
.hsts-wrapper .hsts-title {
  padding: 40px 5px 10px;
  position: relative;
}
.hsts-wrapper .hsts-title p {
  margin: 0;
  font-size: 24px;
  color: #777a7c;
  font-family: "Open Sans";
  line-height: normal;
  word-break: break-word;
}
.hsts-wrapper .hsts-content {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hsts-wrapper .hsts-content p {
  margin: 0;
  line-height: normal;
}
.hsts-wrapper .hsts-content p span {
  font-size: 14px;
}
.hsts-wrapper .hsts-content p:last-child {
  align-self: flex-end;
  width: 100%;
}
.hsts-wrapper .hsts-item-btm-content {
  padding: 20px 0;
}
.hsts-wrapper .hsts-price p {
  font-size: 36pt;
  color: rgb(173, 195, 43);
  line-height: initial;
  margin: 0;
}
.hsts-wrapper .hs-btn-green {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 16px 40px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #f94213;
  color: #fefefe;
  outline: none;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  background-color: #adc32b;
  font-weight: bold;
  font-size: 15px;
  font-family: Dosis, sans-serif;
  border-radius: 50px;
  padding: 13px 30px;
  margin: 16px 0;
  border: none;
  line-height: initial;
  word-break: break-word;
}
.hsts-wrapper .hs-btn-green:hover {
  background-color: #92a524;
}


@media (max-width: 679px) {
  .hsts-wrapper .hsts-item .hsts-img {
    height: inherit !important;
  }
  .hsts-wrapper .hsts-title {
    height: inherit !important;
  }
  .hsts-wrapper .hsts-content {
    height: inherit !important;
  }
  .hsts-wrapper .hsts-item-inner {
    height: inherit;
  }
  .hsts-wrapper .hsts-row {
    display: block;
  }
  .hsts-wrapper .hsts-item {
    display: block;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hsts-wrapper .hsts-item {
    width: 100%;
  }
  .hsts-wrapper .hsts-content p:last-child {
    margin-top: 19px;
  }

}

