#fw-section-hero-1746822043 {

.hero__heading--regular {
  text-transform: lowercase;
  font-size: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; 
}

.hero__heading--regular::after {
  content: "devDependencies by devs.fm";
  font-size: 46px; 
  font-family: inherit;
  text-transform: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media (max-width: 768px) {
  .hero__heading--regular::after {
    font-size: 22px;
  }
}
}

#fw-section-header {

a {
  padding-left: 6px;
}

.text-logo {
  display: none;
}


}