.icon-caju {
    --icon-size: 1em;
    display: inline-block;
    width: var(--icon-size);
    height: calc(var(--icon-size) * 1.375);
    background: url("../images/caju-icon.svg") no-repeat center;
    background-size: 90%;
}