.link-group-title{
  font-size: 20px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 25px;
}
.link-content p{
  font-family: 'GTWalsheim';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 100%;
  overflow: hidden;
}
.link-content a{
  font-family: inherit;
  font-size: inherit;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .link-group-title{
    font-size: 24px;
  }
  .link-content p{
    font-size: 16px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}