* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
}

body {
    color: #000;
}

.hero {
    background: #f0e2d1;
    padding: 120px 60px;
}

.hero-content {
    max-width: 600px;
}

.hero h1.ort {
    font-family: "Jacquard 24", system-ui;
    font-size: 170px;
    font-weight: 400;
    line-height: 1.0;
    color: #000000;
    font-style: normal;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.hero p {
    margin-top: 20px;
    font-size: 16px;
}

.work {
    padding: 400px 60px;
    background: #000000;
}

.services {
    text-align: center;
    margin-bottom: 80px;
    font-size: 14px;
}

.work-content {
    max-width: 600px;
}

.work h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.0;
}

.work p {
    margin-top: 20px;
    font-size: 16px;
}
