.footer, .service-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 30px 0px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.footer p, .service-container p {
  display: block;
  color: white;
  margin: 0;
  padding: 0px 0 10px 0;
}

p.suggestion, p.listen {
  font-family: mountains_regular;
  font-size: 28px;
}

p.other-contact {
  font-family: 'santral';
  font-size: 20px;
  line-height: 10px;
  margin-top: 10px;
}

p.howto {
  font-family: 'Inter';
  font-size: 13px;
  line-height: 10px;
}

.service-container {
  background-color: #3a1528;
  position: relative;
  flex-grow: 1;
  justify-content: start;
}

.all_links {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 8px 0px;
}
.all_links img {
  height: 60px;
}

.logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
}
.logos .item {
  display: block;
}
.logos img {
  height: 30px;
}

/*# sourceMappingURL=layout_footer.css.map */
