.howto::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--wpr-bg-df5d93cd-83d2-4736-9797-5f6a4536880e);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}