
.benacash-page-container {
  width: 100%;
  max-width: 420px;
  height: 1300px;
  background: url("./benacash/benacash_bg.jpg") no-repeat;
  text-align: center;
  background-position: center;
}

.benacash-text-container {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  z-index: 5;
  top: -30px;
}

.benacash-text-container h1 {
  font-size: 21px;
  letter-spacing: 1px;
}

.benacash-card-container {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  margin-top: -20px;
}

.card-wrapper {
  width: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.card-wrapper img {
  width: 100px;
  height: 100px;
  margin-top: 5px;
  margin-right: 40px;
}

.card-content {
  margin-top: 0px;
}

.card-content p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
}

.card-content h1 {
  font-size: 24px;
  margin-top: -5px;
  letter-spacing: 1px;
}





.benacash-card-container button {
  width: 110px;
  height: 25px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 0px;
}

.benacash-card-container button:hover {
  transition: 1s;
  border: 1px solid #ffff99;
  color: #ffff99;
}



.benacash-card-1{
  width: 320px;
  height: 120px;
  background: url("./benacash/bena_500.jpg") no-repeat;
  margin-top: 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.benacash-card-1:hover{
  transition: 2s;
  background: url("./benacash/bena_500_hover.jpg");
}

.benacash-card-2{
  width: 320px;
  height: 120px;
  background: url("./benacash/bena_1000.jpg") no-repeat;
  margin-top: 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.benacash-card-2:hover{
  transition: 2s;
  background: url("./benacash/bena_1000_hover.jpg");
}

.benacash-card-3{
  width: 320px;
  height: 120px;
  background: url("./benacash/bena_2500.jpg") no-repeat;
  margin-top: 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.benacash-card-3:hover{
  transition: 2s;
  background: url("./benacash/bena_2500_hover.jpg");
}

.benacash-card-4{
  width: 320px;
  height: 120px;
  background: url("./benacash/bena_5000.jpg") no-repeat;
  margin-top: 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.benacash-card-4:hover{
  transition: 2s;
  background: url("./benacash/bena_5000_hover.jpg");
}

.benacash-card-5{
  width: 320px;
  height: 120px;
  background: url("./benacash/bena_6000.jpg") no-repeat;
  margin-top: 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.benacash-card-5:hover{
  transition: 2s;
  background: url("./benacash/bena_6000_hover.jpg");
}

.benacash-card-6{
  width: 320px;
  height: 120px;
  background: url("./benacash/bena_10000.jpg") no-repeat;
  margin-top: 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.benacash-card-6:hover{
  transition: 2s;
  background: url("./benacash/bena_10000_hover.jpg");
}

.shopfaq {
  font-size: 21px;
  text-decoration: underline;
}
