body.single-bank .post-specs--outer {
  background: transparent;
}
body.single-bank .post-specs--outer .post-specs--logo {
  width: 160px;
  height: 160px;
  padding: 20px;
}

body.single-bank_account .entry-header-card .card-single--card-image .product-image-wrapper {
  width: 100%;
}
body.single-bank_account .entry-header-card .card-single--card-image .product-image-wrapper .product-image {
  border-radius: var(--border-radius-large);
  padding: 2em;
  height: 160px;
  min-width: 220px;
}
@media (min-width: 1251px) {
  body.single-bank_account .entry-header-card .card-single--card-image .product-image-wrapper .product-image {
    width: 280px;
  }
}
body.single-bank_account .entry-header-card .card-single--card-image .product-image-wrapper .product-image img {
  max-width: 150px;
  max-height: 90px;
}
body.single-bank_account .entry-header-card .card-single--card-image a::before {
  display: none;
}
body.single-bank_account .entry-header-card .card-single--specs .card--grid {
  grid-template-columns: 1fr;
  grid-gap: 2.5em;
}
@media (min-width: 769px) {
  body.single-bank_account .entry-header-card .card-single--specs .card--grid .card-specs--data-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*# sourceMappingURL=bank-single.css.map */
