.work-process strong {
    position: relative;
}
.work-process strong::after {
    content: '';
    position: absolute;
    bottom: -0.3rem;
    left: 0rem;
    right: 0rem;
    height: 0.5rem;
    z-index: -1;
    background-image: url('/assets/img/underline.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.work-process p > strong {
    font-weight: 100;
}
.work-process p > strong::after {
    bottom: -0.2rem;
    height: 0.5rem;
    left: -0.25rem;
    right: -0.25rem;
}
/* body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
h1, p {
    font-family: "dosis", sans-serif;
    max-width: 800px;
    margin: 0 5% 1rem;
}
h1 {
    font-size: 2.5rem;
    font-weight: 600;
}
p {
    font-size: 1.125rem;
} */