.download_link {
  gap: 18px;
}

.section.banner_section.curved_banner_section .download_link a {
  aspect-ratio: 162 / 48;
  flex: 0 1 162px;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.download_apps li > a {
  display: block;
  height: 48px;
  overflow: hidden;
  position: relative;
  width: 162px;
}

.download_link img[src*="/store-badges/"],
.download_apps img[src*="/store-badges/"] {
  display: block;
  height: 100%;
  left: 0;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.download_link img[src*="/store-badges/google/"],
.download_apps img[src*="/store-badges/google/"] {
  height: auto;
  top: -15.15%;
  width: 100%;
}

/* These official Google badges use the alternate, equally padded canvas. */
.download_link img[src$="/google/en.png"],
.download_link img[src$="/google/ar.png"],
.download_link img[src$="/google/he.png"],
.download_link img[src$="/google/pa.png"],
.download_apps img[src$="/google/en.png"],
.download_apps img[src$="/google/ar.png"],
.download_apps img[src$="/google/he.png"],
.download_apps img[src$="/google/pa.png"] {
  left: -7.27%;
  top: -24.55%;
  width: 114.55%;
}

.download-badge {
  display: inline-block;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 135px;
}

.download-badge img[src*="/store-badges/"] {
  display: block;
  height: 100%;
  left: 0;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.download-badge img[src*="/store-badges/google/"] {
  height: auto;
  top: -15.15%;
  width: 100%;
}

.download-badge img[src$="/google/en.png"],
.download-badge img[src$="/google/ar.png"],
.download-badge img[src$="/google/he.png"],
.download-badge img[src$="/google/pa.png"] {
  left: -7.27%;
  top: -24.55%;
  width: 114.55%;
}

@media only screen and (max-width: 767px) {
  .download_link {
    gap: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .section.banner_section.curved_banner_section .download_link a {
    flex-basis: calc(50% - 8px);
    width: calc(50% - 8px);
  }
}
