.refurbished-bg {
    background: #049b5f;
}

.bg-green {
    background: #049b5f;
}

.bg-green-lt {
    background: #00af6a;
}

.refurbished-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.refurbished-logo > img {
    height: 80px;
    -webkit-filter: drop-shadow(2px 2px 35px rgba(0,0,0,0.5));
    filter: drop-shadow(2px 2px 35px rgba(0,0,0,0.5));
}