/* Universal breakpoints */
a {
  text-decoration: none; }

.network-tile {
  margin-top: 24px;
  margin-bottom: 24px;
  width: 546px;
  margin-right: 10px; }
  .network-tile:last-of-type {
    margin-right: 0; }
  @media (max-width: 991px) {
    .network-tile {
      width: 100%; } }
  .network-tile .network-image {
    height: 240px;
    position: relative;
    border-radius: 5px; }
  .network-tile .network-tile-inner {
    height: 100%; }
  .network-tile .brand-name {
    font-weight: 500;
    margin: 0;
    max-width: 175px; }
  .network-tile .network-logo {
    position: absolute;
    right: 20px;
    top: -34px;
    background-size: auto; }
    .network-tile .network-logo img {
      width: 96px;
      box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3); }
    @media (max-width: 991px) {
      .network-tile .network-logo img {
        width: 80px; } }
  .network-tile .offer-content {
    position: relative; }
  .network-tile .offer-content-inner {
    max-height: 176px; }
    @media (max-width: 991px) {
      .network-tile .offer-content-inner {
        padding: 24px 0; } }
  .network-tile .offer-link {
    padding-bottom: 24px; }
  .network-tile .offer-icon {
    margin: 0 10px 0 0; }
  .network-tile .offer-description {
    display: flex;
    align-items: flex-start; }
