.cmsHeading .componentHeading {
    /*display: none !imporntant;*/
}
.cmpStencil.text,
.cmpStencil .icon-round-large,
.cmpStencil .icon-square-large
{
    background-color: #ecebea;
    background-image: linear-gradient(90deg, #ecebea 0px, #d1d1d1 40px, #ecebea 100px) ;
    background-size: 100%;
    height: .5rem;
    width: 100%;
}
.cmpStencil .text.text-componentHeading {
    width: 80%;
    height: 2rem;
    margin-bottom: .7em;
}
.cmpStencil .text.text-medium {
    width: 80%;
    height: 2rem;
}
.cmpStencil .text.text-short{
    width: 50%;
    height: 2rem;
}
.cmpStencil .text.text-long{
    width: 100%;
    height: 2rem;
}
.cmpStencil .icon-round-large {
    width: 100%;
    height: 3rem;
    border-radius: 50%;
    margin: 0px 10px 10px 0px;
}
.cmpStencil .icon-square-large {
    width: 100%;
    height: 3rem;
}

