.bank-card {
  position: relative;
  background: url("/wp-content/themes/hello-theme-child-master/theme-builder/assets/image/card-bg.png"), var(--textColorWhite);
  background-size: cover;
  padding: 20px;
  border-radius: 15px;
  max-width: 380px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-position: bottom;
  color: #000;
}
.header-wrapper,
.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  width: 110px;
}
.item-title {
  font-size: 16px;
  font-weight: 400;
}
.header-wrapper .chip {
  width: 40px;
}
.item-text {
  font-size: 10px;
  font-weight: 400;
}
h5.number {
  margin-top: 4px;
  font-size: 18px;
}
h5.name {
  margin-top: 10px;
}
.bank-card .card-details {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.info-box {
	justify-content: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}