#about h3 {
    font-weight: 800;
    font-family: "Catamaran", sans-serif;
    text-transform: none;
}

#about h3 span {
    position: absolute;
    font-size: 2rem;
    filter: blur(1px);
    top: 0px;
    left: calc(50% - 145px/2);
    color: rgba(0, 0, 0, 0.3);
}

#about p {
    font-size: 1.1rem;
}

#about {
    min-height: 560px;
}