.Black_btn_holder .Black_Btn {
  background: #92c63d !important;
  border: 1px solid #92c63d !important;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.Black_btn_holder .Black_Btn:hover {
  background: #ffcf23 !important;
  border: 1px solid #ffca02 !important;
  color: #ffffff !important;
}

@media (min-width: 0px) and (max-width: 485px) {
  .Black_btn_holder .Black_Btn {
    font-size: 13px;
    padding: 3px 5px;
  }
}

@media (min-width: 486px) and (max-width: 991px) {
  .Black_btn_holder .Black_Btn {
    font-size: 14px;
  }
}
