section {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 112px;
  border-radius: 6px;
  justify-content: space-between;
}
p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
  color: #242d60;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
#checkout {
    overflow-y: scroll;
    top: 190px;
    background-color: #ffffff;
    position: relative;
    z-index: 888;
    align-items: center;
    height: 65vh;
}
.hidden {
  display: none;
}
#checkout-error {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #0db7b7;
    z-index: 9999;
    padding: 10px 10px;
}
#checkout-error > button {
    border-radius: 4px;
    background-color: #0db7b7;
    padding: 10px 10px;
}
#bsp-checkout {
    overflow-y: scroll;
    top: 190px;
    background-color: #ffffff;
    position: relative;
    z-index: 888;
    align-items: center;
    height: 65vh;
}
.hidden-bsp {
  display: none;
}
#bsp-checkout-error {
    position: fixed;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #0db7b7;
    z-index: 9999;
    padding: 10px 10px;
}
#bsp-checkout-error > button {
    border-radius: 4px;
    background-color: #0db7b7;
    padding: 10px 10px;
}