.is-style-la-casa-headline-gold-leaf {
    position: relative;
    color: var(--wp--preset--color--quaternary) !important;
    margin-bottom: 40px;
}

.is-style-la-casa-headline-gold-leaf::after {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../assets/images/leaf-gold.svg");
}