.useful_links {
  background-color: #fff;
  padding: 7.5rem 0 0 0;
}
@media only screen and (min-width: 992px) {
  .useful_links {
    padding: 15rem 0 7.4rem 0;
  }
}
.useful_links .rich-text h3 {
  font-size: 4.375rem;
  line-height: 130%;
  font-weight: 500;
  margin: 0;
  font-family: "roobert_medium";
  color: #243508;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .useful_links .rich-text h3 {
    font-size: 3.25rem;
    line-height: 4rem;
    font-family: "roobert_regular";
  }
}
.useful_links .groups_items {
  margin-top: 30px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .useful_links .groups_items {
    margin-top: 4rem;
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 767px) {
  .useful_links .groups_items {
    margin-bottom: 64px;
  }
}
.useful_links ul {
  list-style: none;
  margin-bottom: 0;
}
.useful_links ul:empty {
  margin-top: -3.75rem;
  margin-bottom: -5.8rem;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .useful_links ul:empty {
    margin-top: -4rem;
    margin-bottom: -6.25rem;
  }
}
.useful_links li {
  display: inline-block;
}
.useful_links li:last-child {
  margin: 0;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .useful_links li {
    display: table;
  }
}
.useful_links a {
  display: block;
  text-decoration: none;
  color: #243508;
  padding: 15px 20px;
  position: relative;
  font-size: 2.125rem;
  line-height: 130%;
  font-weight: 650;
  font-family: "berlingske_sans_roundregular";
  background-color: #E2D6CF;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #E2D6CF;
  background-image: linear-gradient(to left, transparent, transparent 50%, #bff355 50%, #bff355);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all 0.25s ease-in;
}
.useful_links a .useful_txt {
  position: relative;
  z-index: 2;
}
.useful_links a:hover {
  background-position: 0 0;
  color: #243508;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .useful_links a {
    padding: 1.25rem 2.125rem;
    font-size: 2rem;
    line-height: 2.25rem;
    margin-right: 0;
    margin-bottom: 1.25rem;
    font-family: "roobert_light";
  }
}