.about {
    padding: 64px 32px 72px 32px;
    box-sizing: border-box;
}

.about .inner {
    max-width: 600px;
    margin: 0 auto;
}

.about label {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    letter-spacing: 1;
    text-transform: uppercase;
}

.about h1 {
    font-weight: 500;
    font-size: 56px;
    font-family: "Offbeat Line";
    line-height: 42px;
    margin: 40px 0 48px 0;
}

.about h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    margin: 40px 0 32px 0;
}

.about .body {
    line-height: 1.6;
    font-size: 18px;
}

main a.btn {
    margin-top: 48px;
    background-color: #fff;
    color: #0a0a0a;
    border: 2px solid #0a0a0a;
}

main a.btn .arrow {
    background-image: url("/assets/images/icons/nav-arrow-right-black.svg");
}