.custom-badge {
    position: relative;
    padding: 15%;
    color: #0f6885;
}
.custom-badge .ribbon {
    position: absolute;
    bottom: 0;
    color: black;
}

.absolute-center {
    left: 50%;
    transform: translate(-50%, 0);
}

.fa-layers span {
    opacity: 0.9;
}