.header {
  box-shadow: 0px 6px 20px rgb(0 0 0 / 4%);
  padding: 0px 25px;
}
.header-inner {
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-inner img {
  max-width: 100%;
  width: 187px;
  height: auto;
}
.btn-custom-red {
  background-color: #e23828;
  color: #fff;
}
.btn-custom-white {
  background-color: #fff;
  border: 1px solid #e23828;
  color: #e23828;
}
.btn-custom {
  font-size: 12px;
  padding: 4px 20px;
  border-radius: 0px;
}
form.header-form-inner {
  display: column;
  flex-direction: row;
  justify-content: space-evenly;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
}
.document-list {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.document-list a {
  text-decoration: none;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
.document-list a:hover {
  color: #e23828;
}
