body {
  background-color: rgb(255, 255, 255);
  font: 400 1em/1.38 Merriweather;
  color: rgb(0, 0, 0);
}

.element {
  width: 129px;
  height: 108px;
  margin: 170px auto 0;
  background-image: url('../images/sh-ds.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.text {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: rgb(0, 0, 0);
}

.text-1 {
  margin-top: 16px;
  font-size: 3.813em;
  font-weight: 300;
  line-height: 1.6;
}

.text-2 {
  margin-top: 23px;
  font-size: 1em;
}

.text a {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

.text a:hover {
  text-decoration: underline;
}