.btn {
  border-radius: 23px;
  height: 400px;
  width: 280px;
  top: 17.5%;
  left: 43%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: none;
  cursor: default;
  border: 1px solid black;
  border-right: 7px solid black;
  border-bottom: 7px solid black;
}

.img {
  border-radius: 5%;
  position: relative;
  display: inline-block;
  height: 150px;
  width: 250px;
  top: -106px;
  left: 541px;
  align-items: center;
}

.btn-secondary {
  top: 185px;
  left: 18px;
  height: 25px;
  width: 70px;
  background-color: rgba(245, 208, 78);
  border-radius: 3px;
  border-style: none;
  color: black;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.text-2 {
  font-weight: bold;
  color: black;
  width: 300px;
  left: 47px;
  position: relative;
  top: 33px;
  font-size: large;
  font-family: Arial, Helvetica, sans-serif;
}

.text-3 {
  color: black;
  width: 200px;
  left: 147px;
  position: relative;
  top: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.text-4 {
  color: grey;
  width: 280px;
  left: -103px;
  position: relative;
  top: 57px;
  font-size: small;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  gap: 20px;
}

.img-2 {
  position: relative;
  height: 30px;
  width: 30px;
  top: 193px;
  left: -486px;
  font-family: Arial, Helvetica, sans-serif;
}

.text-5 {
  width: 300px;
  left: -445px;
  position: relative;
  top: 155px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
