.store-badge {
  display: inline-block;
  width: 246px; 
  height: 82px;
}

.store-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.store-badge.apple img {
  padding-top: 3px;
  padding-bottom: 3px;
  box-sizing: border-box;
}