a.gp-badge {
  display: inline-block;
}

a.gp-badge img {
  width: 220px;
  height: auto;
}

@media (max-width:768px) {
  a.gp-badge img {
    height: 48px !important;
    width: auto !important;
  }
}

@media (max-width:480px) {
  a.gp-badge img {
    height: 36px !important;
    width: auto !important;
  }
}

@media (max-width:360px) {
  a.gp-badge img {
    height: 28px !important;
    width: auto !important;
  }
}

@media (max-width:320px) {
  a.gp-badge img {
    height: 24px !important;
    width: auto !important;
  }
}

.badge-col {
  width: 220px;
  text-align: center;
}

@media (max-width:600px) {
  table[role="table"] {
    border-spacing: 0 12px !important;
    width: 100%;
  }

  table[role="table"] tr {
    display: block;
  }

  table[role="table"] td {
    display: block;
    width: 100% !important;
  }

  table[role="table"] td:first-child {
    padding: 8px 12px 0 12px;
  }

  table[role="table"] td:first-child h3 {
    margin: 0 0 8px 0;
    line-height: 1.4;
  }

  table[role="table"] td:first-child img {
    display: block;
    margin: 8px 0 0 0;
  }

  table[role="table"] td.badge-col {
    text-align: center !important;
    padding: 8px 0 0 0;
    width: auto;
  }
}

img {
  max-width: 100%;
  height: auto;
}