header {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
}
.p-header{
    min-height:calc(100vh - 400px);
}
.app-text{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #110900;
    margin-bottom: 0;
}

.custome-download-app-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-end;
}

.app-download{
    width: 790px;
    border-radius: 16px;
    padding: 24px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 25px 0 rgba(87, 52, 0, 0.07);
}
.banner-cutome-style{
    width:100%;
    max-width: 390px;
}
.store-icon {
    max-width: 100%;
}
@media (max-width: 1439px) {
    .app-download{
        width: 580px;
    }
}
@media (max-width: 1199px) {
    .app-download{
        width: 468px;
    }
}
@media (max-width: 969px) {
    .app-download{
        width: 732px;
    }

    .banner-cutome-style{
        max-width: 403px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 749px) {
    .app-download{
        width: 460px;
    }

    .download-app-icon{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .col-auto {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
    }
    .banner-cutome-style{
        max-width: 460px;
    }
}
@media (max-width: 480px) {
    .app-text {
        font-size: 16px;
        line-height: 22px;
    }

    .custome-download-app-container {
        align-items: center;
    }

    .app-download {
        width: calc(100% - 50px);
    }
    .banner-cutome-style{
        max-width: 300px;
    }
}