
#verses.content.feature-block.solo {
    position: relative;
    background-color: #4900bf;
    background: linear-gradient(90deg,rgba(73, 0, 191, 1) 1%, rgba(238, 0, 255, 1) 50%, rgba(255, 174, 0, 1) 99%);


}


#verses.content.feature-block.solo::after {
    content: "";
    position: absolute;
    
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: transparent url('../images/verses-silhouettes.png') no-repeat top right;
    background-size: 30% auto;
}

#verses.content img {
    position: absolute;
    display: block;
    top: 1em;
    left: 1em;

    width: 40%;
    border: none;
}

#verses.content p {
    position: absolute;
    display: block;
    bottom: 0;
    left: 1em;
    text-align: left;
    color: white;
}