.Select_reason_heading {
  background: #eeeeee 0% 0% no-repeat padding-box;
  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: #141414;
  opacity: 1;
  margin-bottom: 0px;
}

.Select_reason_heading:hover {
  background: #2e5246ad 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 9px #00000021;
}

.Select_reason_heading:hover h6 {
  color: #fff;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Select_reason_heading h6 {
    font-size: 13px;
  }
}
