.about-copy {
    width: 100%;
    line-height: 2;
}

.about-copy p + p {
    margin-top: 18px;
}

.about-section--technology .about-copy {
    display: flow-root;
}

.about-copy__image {
    float: right;
    width: min(30%, 340px);
    margin: 0 0 24px 40px;
}

.profile__layout {
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr);
    align-items: start;
    gap: 30px;
}

.profile__layout > img {
    width: 400px;
    height: 100%;
    object-fit: cover;
}

.profile-contact__note {
    display: block;
    margin-top: 4px;
    color: #666;
    font-size: 12px;
    line-height: 1.8;
}

.profile-contact__note span {
    display: block;
}

.profile-contact__note a {
    color: #496a7e;
}

@media (min-width: 960px) {
    .profile .definition-table dl {
        grid-template-columns: 140px minmax(0, 1fr);
    }
}

@media (max-width: 959.98px) {
    .profile__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .profile__layout > img {
        height: auto;
        margin-inline: auto;
    }
}

@media (max-width: 639.98px) {
    .about-copy__image {
        float: none;
        width: min(100%, 340px);
        margin: 0 auto 24px;
    }

    .profile__layout > img {
        width: min(100%, 400px);
        aspect-ratio: 40 / 27;
    }
}

@media (max-width: 700px) {
    .page-hero--about h1 {
        font-size: clamp(28px, 7.5vw, 52px);
        letter-spacing: .04em;
    }

    .page-hero--about h1 span {
        white-space: nowrap;
    }
}
