
.simple-textsection p a {
  color: var(--brand-color-2);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.simple-textsection p a:hover {
  color: var(--brand-color-1);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
