﻿.big-header-title-text {
  display: flex;
  align-items: center;
  color: #009ce8;
  line-height: 100%;
  font-size: 28px;
  font-weight: bold;
}

.big-header-image {
  display: none !important;
}

@media (min-width: 768px) {
  .big-header-image {
    display: block !important;
  }

  .big-header-title-text {
    font-size: 32px;
  }
}
