.container-header {
    background-color: transparent;
    background-image: unset;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.container-header.scrolled {
  background-color: #000000;
  background-image: unset;
}

.mod-custom p {
  margin: 0;
 }