.content {
    min-height: 97vh;
}

.content .about {
    position: relative;
    padding: 10rem 0;
}

.content .about:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5960784314), rgba(0, 0, 0, 0.2549019608), rgba(0, 0, 0, 0))
}

.content .about .about-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

