/**
 * NOTE: rules inside this selector won't work for beaver builder header.
 * Which is fine! You probably don't want to apply default styles to your custom
 * BB header. But if you still need some default styles to be applied to your BB
 * header, you can use specific mixins - I made them quite modular.
 */
.ast-archive-entry-banner {
  background: none !important;
  padding-left: 70px !important;
  padding-right: 70px !important;
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}
@media (max-width: 992px) {
  .ast-archive-entry-banner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 1200px) {
  .ast-archive-entry-banner {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media (max-width: 992px) {
  .ast-archive-entry-banner {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width: 768px) {
  .ast-archive-entry-banner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
body .ast-archive-entry-banner {
  padding-bottom: 0 !important;
}
.ast-archive-entry-banner h1 {
  font-size: 54px !important;
  line-height: 1.2 !important;
}
@media (max-width: 992px) {
  .ast-archive-entry-banner h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 768px) {
  .ast-archive-entry-banner h1 {
    font-size: 32px !important;
  }
}