.fiyatlistbox {
  background-color: #4A89DC;
  padding: 40px 40px 40px 40px;
  color: white;
  margin-top: -1px;
}
.btn-yon {
  text-align: right;
  margin-top: 10px;
}

@media (max-width: 768px) {
  /*mobil*/
  .fiyatlistbox {
    padding: 30px 20px 40px 20px;
  }
  .btn-yon {
    text-align: left;
  }
}
.text_b_20 {
  font-family: "Poppins", Courier, monospace;
  font-size: 25px;
}
.text_b_21 {
  font-family: "Poppins", Courier, monospace;
  font-size: 15px;
}

.listebtn {
  font-family: "Poppins", Courier, monospace;
  border-radius: 0px;
  border: 2px solid white;
  color: white;
}
.listebtn:hover {
  border-radius: 0px;
  background-color: white;
  color: #333;
}
