
html {
  scroll-behavior: smooth;
}


body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
      background: #111111 !important;
}

header {
  position: relative !important;
  left: 0;
  right: 0;
  top: 17px;
  bottom: 0;
  z-index: 1;
}

.text-block {
  display: block;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto; 
  padding: 75px 21px; 
}

h1 {
  font-family: "Segoe UI", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 28px #ffb963;
  font-size: 2.5rem !important;
  margin-bottom: 18px;
}

.text-block h2 {
  text-align: left;
}

.text-block h3 {
  color: #fff
}

.text-block h4 {
  color: #fff;
}

a {
  color: #fff;
}

.responsible__container h2 {
  text-align: center !important;
}

.text-block p,
.text-block li {
  color: #fff;
}

address {
  color: #fff;
}

footer {

}