
.app-store-links-container {
    display: flex;
    justify-content: center;
}
.app-store-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.store-link {
    max-width: 48%;
}
.store-link >img {
    max-width: 100%;
    height: auto;
}
