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

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

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

.cbg-other-services h2 {
    margin-bottom: 49px;
}

.cbg-other-services h3 {
    color: var(--Black, #161616);
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 125%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cbg-other-services .text-content p {
    color: var(--Black, #161616);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 8px;
    margin-top: 0;
}

.tab-content img.cbg_refinishing {
    border-radius: 20px;
    margin-bottom: 40px;
}

.cbg-other-services .tabs {
    border-radius: 20px;
    overflow: hidden;
    max-width: 100%;
}

.cbg-other-services .navigational-button-group>div {
    cursor: pointer;
}

.cbg-other-services .navigational-button-group>div:hover svg path {
    fill: var(--wp--preset--color--custom-1)
}

.cbg-other-services .navigational-button-group .prev-btn svg {
    transform: rotate(180deg);
}

.cbg-other-services .tab {
    cursor: pointer;
    padding: 16px;
    background-color: var(--color-two);
    color: var(--Black, #161616);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.cbg-other-services .tab:not(:last-child) {
    border-bottom: 1px solid var(--stroke, #EEE);
}

.cbg-other-services .tab.active {
    background-color: var(--wp--preset--color--custom-1);
    color: var(--color-two);
}

.cbg-other-services .tab-content {
    max-width: 100%;
    opacity: 0;
    display: none;
    transition: opacity 0.5s ease-in-out;
}

.cbg-other-services .tab-content.active {
    display: block;
    opacity: 1;
}

.cbg-other-services .text-content {
    margin-bottom: 20px;
}

.cbg-other-services .wp-block-button {
    color: var(--Black, #161616);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding: 14px 72px;
    background: var(--wp--preset--color--custom-1, #FBC200);
    border-radius: 10px;
}

.wp-block-button:hover {
    background-color: var(--color-two);
    color: var(--wp--preset--color--custom-1);
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@media (min-width:1200px) {
    .cbg-other-services .tab-content {
        width: 552px;
    }

    .cbg-other-services .tabs {
        width: 384px;
    }
}

@media (max-width:992px) {
    .cbg-other-services .tab-content {
        background: var(--color-two);
        padding: 12px 16px;
        border-radius: 0 0 20px 20px;
    }

    .cbg-other-services .tabs {
        border-radius: 20px 20px 0 0;
    }

    .cbg-other-services .tab:last-child {
        border-bottom: 1px solid var(--stroke, #EEE);
    }

    .cbg-other-services .wp-block-button {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .cbg-other-services .tab {
        padding: 12px 16px;
        font-size: 12px;
    }

    .cbg-other-services h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .cbg-other-services h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .cbg-other-services .text-content p {
        font-size: 12px;
    }

    .cbg-other-services .wp-block-button {
        font-size: 12px;
    }

    .wp-block-button:hover {
        background-color: var(--Black);
    }

    .cbg-other-services {
        padding: 30px 0 30px 0;
    }

    .cbg-other-services .tab-content,
    .cbg-other-services .tabs {
        width: 100%;
    }

    .tab-content img.cbg_refinishing {
        border-radius: 9.03px;
    }
}
