#btnWhite,
#btnSubmitForm,
#btn {
  width: 266px;
  height: 42px;
  top: 661px;
  left: 188px;
  border-radius: 30px;
  background-color: #a1102b;
  color: white;
  border: none;
  cursor: pointer;
}

.d1 {
  display: block;
}

.d2 {
  display: none;
}

@media (max-width: 1100px) and (min-width: 300px) {
  .d2 {
    display: inline-block;
  }

  .d1 {
    display: none;
  }

  .btnclass {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  /* 
    #btnWhite {
        width: 20%;
        font-size: 12px;
    } */

  #btnSubmitForm {
    width: 40%;
  }
}

.my-btn {
  padding: 8px 35px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem; 
  font-weight: 700;
  line-height: 117.2%; /* 17.58px */
  border-radius: 30px;
  text-decoration: none;
  text-transform: capitalize;
}

.my-btn-primary {
  background: #a1102b;
}

.my-btn-secondary {
  background: #fff;
  color: #a1102b;
}
