.link-cta-wrap .title {
  text-align: center;
  padding-bottom: 98px;
  position: relative;
}
.link-cta-wrap .title:after {
  content: "";
  display: block;
  width: 4px;
  height: 64px;
  background: #B3B3B3;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 2px);
}
.link-cta-wrap .title h2 {
  font-size: var(--wp--preset--font-size--font-24);
  margin: 0;
  color: #595959;
}

.link-cta {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-cta li {
  width: 50%;
  margin: 0;
  padding: 0;
}
.link-cta li:nth-child(even) {
  text-align: right;
}
.link-cta li:nth-child(even) a {
  margin-right: -52px;
}
.link-cta li:nth-child(odd) {
  margin-left: 50%;
}
.link-cta li:nth-child(odd) a {
  margin-left: -51px;
}
.link-cta a {
  display: inline-block;
  font-family: "SeituExtraBold", sans-serif;
  font-size: var(--wp--preset--font-size--font-24);
  padding: 3px 20px 2px 20px;
  color: #F3E7D7;
  transition: background 0.35s ease-in-out;
}
.link-cta a:hover {
  background: #e63214 !important;
}