.makepayment {
  font-size: 14px;
  background: #061a40;
  padding: 11px 30px 10px;
  color: #061a40;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  position: relative;
  overflow: hidden;
  top: 3px;
  transition: 0.4s;
  margin-top: 20px;
}

.thank {
  width: 40%;
  height: 48vh;
  border: 2px solid;
  background: url("../images/back1.jpg");
  background-size: cover;
  border-radius: 15px;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
  /* background-color: red; */
}
.thank h2 {
  font-family: "poppins";
  margin-bottom: 2px;
}
.thank h3 {
  font-family: "poppins";
  font-weight: 500;
  margin-bottom: 2px;
  padding-left: 6px;
}

@media only screen and (max-width: 450px) {
  .thank {
    width: 89% !important;
    height: 42vh;
    border: 2px solid;
    background: url("http://127.0.0.1:5500/assets/images/back1.jpg");
    background-size: cover;
    border-radius: 15px;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    /* background-color: red; */
  }
  .thank h2 {
    font-family: "poppins";
    font-size: 19px;
    /* margin-bottom: 2px; */
  }
  .thank h3 {
    font-family: "poppins";
    font-weight: 500;
    /* margin-bottom: 2px; */
    padding-left: 6px;
    font-size: larger;
    /* font-size: 19px; */
  }
}

@media only screen and (max-width: 850px) {
  .thank {
    width: 70%;
    height: 48vh;
    border: 2px solid;
    background: url("http://127.0.0.1:5500/assets/images/back1.jpg");
    background-size: cover;
    border-radius: 15px;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
    /* background-color: red; */
  }
  .thank h2 {
    font-family: "poppins";
    margin-bottom: 2px;
  }
  .thank h3 {
    font-family: "poppins";
    font-weight: 500;
    margin-bottom: 2px;
    padding-left: 6px;
  }
}
