/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./web/app/themes/Gambleonlineaustralia/Components/CustomHeader/CustomHeader.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.custom-header {
  padding: 1rem 1rem 3em;
}
@media (max-width: 767px) {
  .custom-header {
    padding: 1rem 1em 2em;
  }
}
.custom-header-section__inner {
  display: flex;
  justify-content: space-between;
}
.custom-header-section__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-header-section__header .heading {
  color: #fff;
  text-transform: lowercase;
}
.custom-header-section__header .heading::first-letter {
  text-transform: uppercase;
}
.custom-header-section__header .description {
  color: #fff;
}
@media (min-width: 768px) {
  .custom-header-section__header .description {
    padding-top: 20px;
  }
}
.custom-header-section__heading-image {
  display: none;
}
@media (min-width: 768px) {
  .custom-header-section__heading-image {
    display: block;
  }
}
.custom-header-section__heading-image img {
  position: static;
  position: initial;
}
