.cbg-footer {
    position: relative;
    padding: 60px 0 31px 0;
    border-bottom: 1px solid #929497;
    background: var(--Black, #161616);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cbg-footer a,
.cbg-footer {
    color: white;
    text-decoration: none;
}

.cbg-footer a:hover {
    color: var(--color);
}

.cbg-footer .left-bg {
    position: absolute;
    object-fit: contain;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.cbg-footer .container {
    position: relative;
    z-index: 1;
}

.cbg-footer .footer-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    min-height: 32px;
}

.cbg-footer .footer-text a,
.cbg-footer .footer-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}

.cbg-footer .footer-text b {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cbg-footer ul {
    margin: 0;
    padding: 0;
}

.cbg-footer ul li {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    list-style-type: none;
    margin-bottom: 20px;
}

.cbg-footer .copyright {
    border-top: 1px solid #929497;
    padding-top: 22px;
    margin-top: 49px;
}

.cbg-footer .copyright ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
}

.cbg-footer .copyright ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
}

.cbg-footer .copyright {
    color: #B7B8BE;
    font-size: 16px;
    line-height: 100%;
}

@media (max-width:992px) {
    .cbg-footer .footer-title {
        font-size: 24px;
        min-height: 24px;
    }

    .cbg-footer .footer-text a,
    .cbg-footer .footer-text {
        font-size: 12px;
        line-height: 125%;
    }

    .cbg-footer .footer-text b {
        font-size: 14px;
        line-height: 100%;
    }

    .cbg-footer ul li {
        font-size: 14px;
        line-height: 100%;
    }

    .cbg-footer .copyright {
        padding-top: 10px;
        margin-top: 30px;
    }

    .cbg-footer .copyright ul {
        justify-content: center;
    }

    .cbg-footer .copyright .row>div {
        text-align: center;
        margin-bottom: 10px;
    }

    .cbg-footer {
        padding: 30px 0 20px 0;
    }
}