.home-transfer-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px;
  border: 1px solid #99d8bc;
  border-radius: 10px;
  background: #edf9f3;
}

.home-transfer-price small {
  margin: 0 !important;
  color: #176f4d !important;
  font: 800 10px/1.25 Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

.home-transfer-price strong {
  color: #125f42;
  font-size: 18px !important;
}

@media (max-width: 850px) {
  .home-transfer-price {
    width: 100%;
    box-sizing: border-box;
  }

  .home-product-bottom > b {
    margin-top: 2px;
  }
}
