.express6 {
  margin: 22px 0;
}
.express6 .news-box-aria {
  border: 2px solid rgba(204, 204, 204, 1);
  border-radius: 10px;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.express6 .news-box-aria .box-title {
  padding-top: 7px;
}
.express6 .news-box-aria .box-title a {
  color: rgba(0, 0, 0, 1);
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
}

.express6 .box-title span {
  /* Rectangle 3868 */
  display: block;
  width: 42px;
  height: 5px;
  border-radius: 5px;
  background: rgba(24, 103, 210, 1);
}

.express6 .box-content {
  margin-top: 2px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.express6 .box-content a {
  display: block;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
}

.express6 .box-content .box-border {
  border: 1px solid rgba(204, 204, 204, 1);
}
.express6 .box-content .box-border:last-child {
  border: none;
}

.express6 .subtitle {
  color: var(--bd-red);
}
