.three-d .topper-copy::after
{
    background-image: var(--arta-st-one-design-left-lg);
    bottom: -125px;
}

.topper:not(.three-d)::after
{
    background-image: var(--arta-st-one-design-left-sm);
    width: 255px;
    height: 187px;

}

.topper:not(.three-d):has(.topper-image.float-right)::after
{
    bottom: -150px;
    left: -100px;
}

.three-d:has(.topper-image.float-left) .topper-copy::after
{
    background-image: var(--arta-st-one-design-right-lg);
    right: -58px;
}

.topper-copy-title
{
    margin-bottom: 0px;
}

.topper-copy p
{
    border-top: 0px;
}

.topper:not(.three-d) .topper-copy p
{
    margin-top: 0px;
}

.topper-copy-inner
{
    border-left: 0.5rem solid;
    padding-left: 2rem;
    border-radius: 0.5rem;
    border-color: var(--gt-md-gold);
}