.request_project-column-menu-wrapper a {
  text-decoration: none;
}
.request_project-column-menu-wrapper a:hover {
  text-decoration: underline;
}

.request_project-outer-wrapper,
.manage-menu-outer-wrapper {
  width: 100%;
  margin: auto;
  margin-top: 50px;
}

.request_project-column-wrapper {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
}

.request_project-column-menu-wrapper {
  float: left;
  width: 100%;
  padding: 10px 12px;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
}
.div-clear {
  clear: both;
}

.manage-menu-inner-wrapper {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}

.manage-menu-column-wrapper {
  float: left;
  width: 33%;
  padding: 10px 12px;
  box-sizing: border-box;
}
.request_project {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px 0;
}

.request_project-item {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin: 10px;
  text-align: center;
  width: 200px;
}

.request_project-item {
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
}

.user-request_project a {
  min-height: 10rem;
  text-decoration: none !important;
}

.user-request_project .card {
  background-color: transparent;  
  box-shadow: none !important;
  border: 0px !important;
}
/* 
.headerWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */