.feature_description {
  margin-bottom: 30px;
  font-weight: bolder;
  color: var(--menu-color);
}

.flex_title_box {
  display: inline-block;
  margin-bottom: 30px;
}

.feature_title {
  margin-bottom: 20px;
}

.flex_title1 {
  position: absolute;
  left: 137px;
}

.flex_title2 {
  position: absolute;
  right: 262px;
}

.flex_links {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.element_list {
  list-style-type: none;
  padding: 0;

  display: flex;
  flex-direction: column;
}

/* Optional: keep the star before links if desired, adjusted for inline display */
.feature_img::after {
  content: "↠";
  margin-right: 10px;
  color: #66b243; /* As in original, though this is an invalid hex color; should be corrected */
  display: inline-block;
  align-content: center;
}

.feature_flex {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: var(--spacing-unit); /* Spacing between items */
  padding-left: var(--double-spacing); /* Indentation for list items */
}

.feature_text,
.feature_link {
  width: 200px;
  border-radius: var(--border-radius-button);
  padding: var(--border-padding-button);

  color: var(--link-color);
  font-family: var(--font);
  text-decoration: none;
  text-align: left;

  background-color: var(--menu-background-color);
}

.feature_link:hover {
  transition: var(--transition-hover);
  background-color: var(--link-color-hover);
}

.feature_text {
  width: 600px;
  color: var(--menu-color);
}

/* +++++++++++++++++++++++++++++++++++++++++ */
/*                 DASH 2                    */
/* +++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++ */
/*                 DASH 3                    */
/* +++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++ */
/*                 DASH 4                    */
/* +++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++ */
/*                 DASH 5                   */
/* +++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++ */
/*                 DASH 6                   */
/* +++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++++++++ */
/*                 DASH 7                    */
/* +++++++++++++++++++++++++++++++++++++++++ */
