.wrapper_closing .HyWeb_section {
  opacity: 1;
  display: block;
  opacity: 1;
  text-shadow: 0px 0px 3px #000000;
}

.section_closing_content {
  position: fixed;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 100%;
  display: inline-block;
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .hamburger {
    display: inline-block;
  }

  .section_closing_content {
    top: 15%;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }

  .section_closing_content {
    top: 50%;
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}
