.justify-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.no-wrap {
    flex-wrap: nowrap;
}
.app-store-download {
    gap: 15px;
}
.app-store-download img {
    width: 100%;
}
.app-store-download .top-logo {
    width: 110px;
}
.app-store-download .f-zp-extrabold {
    font-family: 'vigaregular';
}

@media screen and (max-width: 768px) {
    .app-store-download .app-icons, .app-store-download .texts-download-app {
        flex: 1;
    }
    .app-store-download .top-logo {
        max-width: 90px!important;
    }

}