/* play store and amazon badges */

.store-badges-container {
    text-align: center;
}

.apple-appstore-badge-img {
    height: 50px;
}

.google-store-badge-img {
    height: 74px;
}

.amazon-store-badge-img {
    height: 48px;
}