.icon-right {
  position: relative;
}

.icon-right::before {
  content: "";
  height: 15px;
  width: 3px;
  background: #4589fd;
  position: absolute;
  top: 2px;
}

.standards-box {
  position: relative;
  border-radius: 10px;
}

.money-box {
  width: 100%;
  bottom: 20px;
}

.money {
  font-family: "SmileySans-Oblique";
  color: #4589fd !important;
  letter-spacing: 3px;
}

.btn {
  border-radius: 5px;
}

.fboxWrap {
  flex-wrap: nowrap;
  margin-top: 60px;
}
.product-standards .SelectedPackages{
    left: 38%;
}
.help-box{
    border-radius: 10px;
}

@media (max-width: 768px) {
  .standards-box {
    /* margin: 10px calc((100% - 143px * 3) / 3) !important; */
    transform: scale(0.8);
    margin: -14px auto;
  }

  .fboxRow {
    flex-direction: column;
    align-items: center;
  }

  .help-box {
    margin: 10px auto;
  }
  .standards{
      margin-top: 30px;
  }
  .product-standards .standards-box{
      width: 100%;
  }
  .product-standards .standards-box .title-desc{
      align-items: flex-start
  }
  .trademark-flow{
      height: 90px;
  }
  .fboxRow > .help-box{
      transform: scale(0.8);
      margin-top: -24px;
  }
}
