.header {
  position: static;
  background-color: #FFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.index .button_trans {
  border-color: #299D92 !important;
  background-color: transparent;
  color: #299D92;
}

.index .button_trans:hover {
  background-color: #299D92 !important;
  color: #FFF !important;
}
