.bts-about-page {
    background: #fff;
}

.bts-about-page main.flex-shrink-0 {
    background: #fff;
}

.about-page {
    position: relative;
    padding: 52px 0 0;
    background: #fff;
    color: #24292f;
    overflow-x: hidden;
}

.about-page-inner {
    position: relative;
    padding-bottom: 48px;
}

.about-page img {
    max-width: 100%;
    height: auto;
}

.about-back {
    position: absolute;
    left: 12px;
    top: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f56600;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(245, 102, 0, 0.28);
}

.about-back:hover {
    background: #dc5c00;
    color: #fff;
}

.about-page-title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 0.18px;
    text-align: center;
    margin: 0 0 80px;
    color: #24292f;
}

.about-brand {
    display: grid;
    grid-template-columns: minmax(0, 393px) minmax(0, 1fr);
    gap: 68px;
    align-items: start;
    margin-bottom: 96px;
}

.about-brand-logo,
.about-brand-body {
    min-width: 0;
}

.about-brand-logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 56px;
}

.about-brand-logo img {
    width: 100%;
    max-width: 393px;
    height: auto;
    object-fit: contain;
}

.about-brand-body h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin: 0 0 24px;
    color: #24292f;
}

.about-brand-body p {
    font-size: 18px;
    line-height: 28px;
    color: #57606a;
    margin: 0 0 16px;
    overflow-wrap: break-word;
}

.about-brand-body p strong {
    color: #24292f;
    font-weight: 600;
}

.about-brand-body ul {
    margin: 0 0 16px;
    padding-left: 22px;
}

.about-brand-body li {
    font-size: 18px;
    line-height: 28px;
    color: #57606a;
    margin-bottom: 8px;
    overflow-wrap: break-word;
}

.about-note {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #24292f;
    margin: 0 0 48px;
}

.about-promo {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1247px;
    margin: 0 auto 48px;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .about-back {
        left: 0;
    }

    .about-brand {
        gap: 40px;
        margin-bottom: 72px;
    }
}

@media (max-width: 991px) {
    .about-page {
        padding-top: 20px;
    }

    .about-page-title {
        margin: 0 64px 40px;
        font-size: 28px;
        line-height: 36px;
    }

    .about-back {
        width: 44px;
        height: 44px;
        font-size: 16px;
        top: -2px;
    }

    .about-brand {
        grid-template-columns: minmax(140px, 32%) minmax(0, 1fr);
        column-gap: 16px;
        row-gap: 14px;
        align-items: center;
        margin-bottom: 40px;
        padding-bottom: 32px;
        border-bottom: 1px solid #eef1f4;
    }

    .about-brand:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }

    .about-brand-body {
        display: contents;
    }

    .about-brand-logo {
        grid-column: 1;
        grid-row: 1;
        padding-top: 0;
        justify-content: flex-start;
        align-items: center;
    }

    .about-brand-logo img {
        width: auto;
        max-width: 100%;
        max-height: 64px;
    }

    .about-brand-body h2 {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        margin: 0;
        font-size: 24px;
        line-height: 32px;
    }

    .about-brand-body > :not(h2) {
        grid-column: 1 / -1;
    }

    .about-brand-body p,
    .about-brand-body li {
        font-size: 16px;
        line-height: 26px;
    }

    .about-note {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .about-promo {
        margin-bottom: 24px;
        border-radius: 12px;
    }
}

@media (max-width: 767px) {
    .about-page {
        padding-top: 12px;
    }

    .about-page-inner {
        padding-bottom: 28px;
    }

    .about-back {
        width: 40px;
        height: 40px;
        font-size: 15px;
        left: 0;
        top: 0;
        box-shadow: 0 3px 10px rgba(245, 102, 0, 0.24);
    }

    .about-page-title {
        margin: 4px 48px 24px;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0;
    }

    .about-brand {
        grid-template-columns: minmax(96px, 38%) minmax(0, 1fr);
        column-gap: 12px;
        row-gap: 12px;
        align-items: center;
        margin-bottom: 28px;
        padding-bottom: 24px;
    }

    .about-brand-body {
        display: contents;
    }

    .about-brand-logo {
        grid-column: 1;
        grid-row: 1;
        justify-content: flex-start;
        align-items: center;
    }

    .about-brand-logo img {
        width: auto;
        max-width: 100%;
        max-height: 52px;
    }

    .about-brand-body h2 {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        margin: 0;
        font-size: 18px;
        line-height: 24px;
    }

    .about-brand-body > :not(h2) {
        grid-column: 1 / -1;
    }

    .about-brand-body p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .about-brand-body ul {
        padding-left: 1.15em;
        margin-bottom: 12px;
    }

    .about-brand-body li {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 8px;
        padding-left: 0.1em;
    }

    .about-note {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .about-promo {
        width: calc(100% + 24px);
        max-width: none;
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: 8px;
        border-radius: 0;
    }
}

@media (max-width: 575px) {
    .about-page-title {
        font-size: 20px;
        line-height: 26px;
        margin: 4px 44px 20px;
    }

    .about-brand {
        grid-template-columns: 84px minmax(0, 1fr);
        column-gap: 10px;
        margin-bottom: 22px;
        padding-bottom: 20px;
    }

    .about-brand-logo img {
        max-height: 40px;
    }

    .about-brand-body h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .about-brand-body p,
    .about-brand-body li {
        font-size: 14px;
        line-height: 22px;
    }

    .about-promo {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px;
    }
}
