@charset "UTF-8";
.headbanner-block {
  height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center; }
  .headbanner-block h1 {
    color: var(--white);
    font-size: 5em;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px; }
  .headbanner-block .img-holder {
    position: relative;
    width: 100%;
    height: 100%; }
  .headbanner-block .img-holder img, .headbanner-block .img-holder svg {
    position: absolute; }

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .headbanner-block {
    height: 200px; }
    .headbanner-block h1 {
      font-size: 30px;
      line-height: 30px; } }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .headbanner-block {
    height: 157px; }
    .headbanner-block h1 {
      font-size: 28px;
      line-height: 27px; } }

@media only screen and (max-width: 767px) {
  .headbanner-block {
    height: 89px; }
    .headbanner-block h1 {
      font-size: 22px;
      line-height: 22px;
      margin-bottom: 7px; } }
