#contents .research__field {
  background: #1c324d;
  display: flex;
  text-decoration: none;
  margin-bottom: 15px;
  gap: 25px;
  align-items: center;
  padding: 15px 20px;
}

#contents .research__field h3 {
  margin: 0;
  padding: 0;
}

#contents .research__field .research__new {
  background: #fff;
  padding: 2px 5px;
  transform: rotate(-3deg);
}