.about-app-page {
    background: #f3f3f2;
}

.about-app-header {
    padding-bottom: 0;
}

.about-app-header .title_panner.text-start {
    text-align: start !important;
}

.about-app {
    --about-blue: #1484bb;
    --about-ink: #002940;
    width: 100%;
    color: var(--about-ink);
}

.about-app__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 46px 24px 0;
    overflow: hidden;
    background: var(--about-blue);
    color: #fff;
    text-align: center;
}

.about-app__hero-copy {
    position: relative;
    z-index: 1;
}

.about-app__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
}

.about-app__brand {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    width: 126px;
    height: 41px;
}

.about-app__brand img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-app__subtitle {
    margin: 13px 0 0;
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.55;
}

.about-app__hero-image {
    display: block;
    width: min(704px, 100%);
    height: auto;
    margin-top: 18px;
    object-fit: contain;
}

.about-app__content-section {
    padding: 18px 0 0;
    background: #f3f3f2;
}

.about-app__content-card {
    width: 100%;
    margin: 0 auto;
    padding: 26px 28px 18px;
    border-radius: 4px;
    background: #fff;
    color: var(--about-ink);
    text-align: center;
}

.about-app__content-card p,
.about-app__content-card p.text-center {
    margin: 0 0 27px;
    color: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    text-align: start !important;
}

.about-app__content-card p:last-child {
    margin-bottom: 0;
}

.about-app__footer-visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 470px;
    padding: 30px 16px 0;
    overflow: hidden;
    background: #f3f3f2;
}

.about-app__footer-visual img {
    display: block;
    width: min(486px, 82vw);
    height: auto;
}

@media (max-width: 991.98px) {
    .about-app__hero {
        padding-top: 38px;
    }

    .about-app__title {
        font-size: 34px;
    }

    .about-app__brand {
        width: 108px;
        height: 35px;
    }

    .about-app__subtitle {
        font-size: 29px;
    }

    .about-app__footer-visual {
        min-height: 410px;
    }
}

@media (max-width: 767.98px) {
    .about-app-header {
        padding-inline: 0;
    }

    .about-app__hero {
        padding: 30px 14px 0;
    }

    .about-app__title {
        gap: 6px;
        font-size: clamp(25px, 7vw, 32px);
        line-height: 1.5;
    }

    .about-app__brand {
        width: 96px;
        height: 31px;
    }

    .about-app__subtitle {
        margin-top: 8px;
        font-size: clamp(21px, 5.8vw, 27px);
        line-height: 1.6;
    }

    .about-app__hero-image {
        width: min(704px, 100vw);
        margin-top: 16px;
    }

    .about-app__content-section {
        padding: 12px 0 0;
    }

    .about-app__content-card {
        padding: 20px 16px 9px;
    }

    .about-app__content-card p,
    .about-app__content-card p.text-center {
        margin-bottom: 22px;
        font-size: 17px;
        line-height: 1.95;
    }

    .about-app__footer-visual {
        min-height: 0;
        padding-top: 24px;
    }

    .about-app__footer-visual img {
        width: min(486px, 92vw);
    }
}

@media (max-width: 420px) {
    .about-app__hero {
        padding-top: 24px;
    }

    .about-app__content-card p,
    .about-app__content-card p.text-center {
        font-size: 16px;
        line-height: 1.9;
    }
}
