@charset "utf-8";

.pencil-banner__image { width: 22.5rem !important; height: auto !important; margin-right: 8px !important; }

.container_mobile_ka { display: none; }

@media only screen and (max-width: 767px) {
  .container_mobile_ka { height: auto; display: flex; justify-content: center; align-items: center; background-color: rgb(216, 30, 5); width: calc(100% + 32px); margin-left: -16px; margin-right: -16px; padding: 8.5px !important; }
  .tag_proudly_canadian_mobile_ka { background-color: rgb(216, 30, 5); padding: 0px !important; margin: 0px !important; }
  .tag_proudly_canadian_mobile_ka img { height: 1rem; width: auto; }
}