.download-store-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.cta-content-left {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
}


.app-store-badge,
.play-store-badge {
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
  text-decoration: none;
  line-height: 0;
}

.app-store-badge:hover,
.play-store-badge:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.app-store-badge:active,
.play-store-badge:active {
  transform: scale(0.98);
}

.app-store-badge-image,
.play-store-badge-image {
  display: block;
  height: 50px;
  width: auto;
  max-width: 100%;
}

.mobile-app-download-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  border-radius: 20px;
}

