#project-info {
  overflow : hidden;
}
#project-info .project-info-count {
  text-align : center;
  vertical-align : top;
}
#project-info .project-info-count .project-info-icon {
  border : 3px solid #ECECEC;
  border-radius : 50%;
  display : block;
  margin : 0 auto;
  padding : 37px 0;
  position : relative;
  width : 110px;
  height : 110px;
}
#project-info .project-info-count .project-info-text {
  display : block;
  margin-top : 20px;
  right : 0;
  position : relative;
  top : 0;
  width : 99.8%;
}
#project-info .project-info-count .project-info-sub-icon {
  position : relative;
  border-radius : 65px;
  border : 1px solid #ADADAD;
  background : #FFFFFF;
  bottom : -5px;
  right : 34px;
  width : 40px;
  height : 40px;
}
#project-info .project-info-count .project-info-sub-icon span {
  font-size : 1.2rem;
  top : 10px;
  position : relative;
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
  #project-bugs-list_wrapper #project-bugs-list_length .select2-container--classic, #project-bugs-list_wrapper #project-bugs-list_length .select2-container--default {
    width : 55% !important;
  }
}