.Select_reason_heading {
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.Select_reason_heading h6 {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  opacity: 1;
  margin-bottom: 0px;
}

.Select_reason_heading:hover {
  background: #a30404;
}

.Select_reason_heading:hover h6 {
  color: #fff;
}