.cbg-our-services {
    position: relative;
    background-color: #E8E8E8;
    padding: 80px 0 67px 0;
}

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

.cbg-our-services h2 {
	margin-bottom: 28px;
}

.cbg-our-services .cbg_right {
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
    max-height: 581px;
    z-index: 0;
}

.cbg-our-services .cbg_our_service {
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    height: 100%;
}

.cbg-our-services .cbg_our_service>img {
    width: 100%;
    object-fit: cover;
}

.cbg-our-services .cbg_our_service .title a,
.cbg-our-services .cbg_our_service .title {
    color: var(--color);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    padding: 16px;
    display: flex;
    text-decoration: none;
    justify-content: center;
}

.cbg_our_service:hover {
    background-color: var(--color);

}

.cbg_our_service:hover .title a,
.cbg_our_service:hover .title {
    color: #fff
}

.cbg-our-services .description {
    margin-bottom: 20px;
}

.cbg-our-services .cbg_our_service-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width:992px) {
    .cbg-our-services {
        padding: 30px 0;
    }

    .cbg-our-services h2 {
        margin-bottom: 15px;
    }

    .cbg-our-services .cbg_our_service .title a,
    .cbg-our-services .cbg_our_service .title {
        padding: 10px 0;
        font-size: 12px;
    }

    .cbg-our-services .cbg_our_service-container {
        margin-top: 0;
        margin-bottom: 15px;
    }
}