.custom-section {
  padding: 28px;
  border-radius: 14px;
  background-color: #f5f5ff;
}

.buy-item {
  /* background: #fff;
  border: 1px solid #ddd; */
  border-radius: 14px;
  min-height: 100px;
  padding: 14px;
  box-sizing: border-box;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;

  img {
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    border-radius: 14px;
    border: 1px solid #ddd;
    margin-bottom: 14px;
  }

  a {
    padding: 7px 28px;
    background: #ecf0f1;
    color: #3498db;
    border-radius: 14px;
    text-decoration: none;
  }

  h3 {
    font-size: 18px;
  }
}
