#about-hero-main-cont {
    position: relative;
    padding: 8rem 2rem;
    background-color: black;
    color: white;
    font-size: 3rem;
    line-height: 3.2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    overflow: hidden;
}
#about-hero-main-cont p {
    z-index: 2;
}
.blend {
    position: absolute;
    width: 40rem;
    z-index: 0;
}
#about-blend-a {
    transform: rotate(-65deg);
    right: -35rem;
    bottom: -24rem;
}
#about-blend-b {
    transform: rotate(-110deg);
    right: -41rem;
    bottom: -8rem;
}
@media screen and (max-width: 500px) {
    #about-hero-main-cont {
        font-size: 2.5rem;
    }
    #about-blend-a {
        bottom: -34rem;
    }
    #about-blend-b {
        bottom: -18rem;
    }
}
