.about-page,
.contact-page {
    position: relative;
    background: #f3f3f3;
}

.about-page {
    min-height: 1110px;
    padding-top: 60px;
}

.about-hero {
    width: 100%;
    height: 287px;
    padding-top: 86px;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.about-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0;
}

.about-hero h1 span {
    color: #dbf255;
}

.contact-hero {
    width: 100%;
    height: 287px;
    background-color: #071120;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-intro {
    position: absolute;
    top: 281px;
    left: 50%;
    display: grid;
    grid-template-columns: 555px 414px;
    column-gap: 48px;
    width: 1128px;
    height: 748px;
    padding: 32px 61px 34px 50px;
    border-radius: 16px;
    background: #fff;
    transform: translateX(-50%);
}

.about-intro__copy {
    width: 555px;
}

.about-intro__copy h2 {
    margin: 0 0 26px;
    color: #222;
    font-size: 28px;
    font-weight: 600;
    line-height: 52px;
}

.about-intro__copy p {
    margin: 0;
    color: #222;
    font-size: 18px;
    line-height: 33px;
    text-indent: 2em;
}

.about-intro__copy p + p {
    margin-top: 22px;
}

.about-intro__media {
    display: grid;
    grid-template-rows: 140px 330px 180px;
    gap: 16px;
    width: 414px;
    height: 682px;
}

.about-intro__figure {
    position: relative;
    width: 414px;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.about-intro__media picture,
.about-intro__figure picture {
    display: block;
    width: 414px;
    height: 100%;
}

.about-intro__image {
    width: 414px;
    height: 100%;
    object-fit: cover;
}

.about-intro__caption {
    position: absolute;
    z-index: 1;
    margin: 0;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
}

.about-intro__caption--top-right {
    top: 12px;
    right: 14px;
    color: #fff;
}

.about-intro__caption--bottom-left {
    top: 12px;
    left: 14px;
    color: #000;
}

.about-intro__image--aerial {
    object-position: center center;
}

.about-intro__image--lab {
    object-position: center center;
}

.about-intro__image--building {
    object-position: center 28%;
}

.contact-page {
    min-height: 1040px;
    padding-top: 60px;
}

.sales-contact {
    width: 1230px;
    margin: 55px auto 0;
}

.sales-contact h1 {
    margin: 0;
    color: #222;
    font-size: 28px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
}

.sales-contact > span {
    display: block;
    width: 58px;
    height: 4px;
    margin: 0 auto;
    border-radius: 2px;
    background: #18ad56;
}

.sales-contact__grid {
    display: grid;
    grid-template-columns: repeat(3, 387px);
    gap: 35px;
    margin-top: 49px;
}

.sales-contact-card {
    width: 387px;
    height: 225px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .08);
}

.sales-contact-card h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    margin: 0;
    background: #18ad56;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.sales-contact-card__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 32px 25px 0 20px;
}

.sales-contact-card__copy {
    width: 222px;
}

.sales-contact-card__copy p {
    margin: 0;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.sales-contact-card__copy p + p {
    margin-top: 10px;
}

.sales-contact-card__qr {
    width: 88px;
    text-align: center;
}

.sales-contact-card__qr img {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.sales-contact-card__qr span {
    display: block;
    margin-top: 7px;
    color: #666;
    font-size: 12px;
    line-height: 17px;
}
