@font-face {
  font-family: 'govAuctions';
  src:
    url('/files/fonts/govAuctions.woff2?r09g9b') format('woff2'),
    url('/files/fonts/govAuctions.ttf?r09g9b') format('truetype'),
    url('/files/fonts/govAuctions.woff?r09g9b') format('woff'),
    url('/files/fonts/govAuctions.svg?r09g9b#govAuctions') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="govAuctions"], [class*=" govAuctions"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'govAuctions' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.govAuctionsHouse:before {
  content: "\e909";
}
.govAuctionsBag:before {
  content: "\e908";
}
.govAuctionsBoats:before {
  content: "\e907";
}
.govAuctionsAuctionGuide:before {
  content: "\e900";
}
.govAuctionsAuctions:before {
  content: "\e901";
}
.govAuctionsCars:before {
  content: "\e902";
}
.govAuctionsLaw:before {
  content: "\e903";
}
.govAuctionsQuote:before {
  content: "\e904";
}
.govAuctionsSave:before {
  content: "\e905";
}
.govAuctionsSearch:before {
  content: "\e906";
}
.blogs .item img {
  height: 377px !important;
  object-fit: cover;
}