.client-carousel {
    padding: 80px 0;
    position: relative;
    background: var(--digitalfirehouse-white, #fff);
}

@media (min-width: 992px) {
    .client-carousel {
        padding: 110px 0;
    }
}

.client-carousel__one__item img {
    opacity: 0.2;
    transition: all 500ms ease;
    max-width: 100%;
    width: auto !important;
}

.client-carousel__one__item:hover img {
    opacity: 1;
}

.client-carousel__top {
    margin-bottom: 55px;
    position: relative;
    z-index: 1;
}

.client-carousel__top::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    content: "";
    height: 1px;
    background-color: #EFE6E1;
    z-index: -1;
}

.client-carousel__title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: var(--digitalfirehouse-secondary, #232728);
    position: relative;
    display: inline-block;
    background: var(--digitalfirehouse-white, #fff);
    padding: 0px 20px;
}

.client-carousel__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.client-carousel-one {
    position: relative;
    background: var(--digitalfirehouse-white, #fff);
    padding: 0 0 60px;
}

.client-carousel-one .client-carousel__one {
    padding: 74px 0 0;
}

.client-carousel-one .owl-theme .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 2;
    line-height: 0.8;
}

.client-carousel-one .owl-theme .owl-nav button {
    width: 26px;
    height: 27px;
    background-color: var(--digitalfirehouse-gray, #DCCEC6);
    margin: 0 2.5px;
    padding: 0;
    transition: all 500ms ease;
    font-size: 12px;
    color: var(--digitalfirehouse-black, #171818);
    text-align: center;
    font-size: 12px;
    line-height: 27px;
    border-radius: 0;
}

.client-carousel-one .owl-theme .owl-nav button:hover {
    background-color: var(--digitalfirehouse-base, #CA4445);
    color: var(--digitalfirehouse-white, #fff);
}

.client-carousel-one .owl-theme .owl-nav::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    content: "";
    height: 1px;
    background-color: var(--digitalfirehouse-border-color, #F4F2EE);
    z-index: -1;
}

.client-carousel-one .owl-theme .owl-nav::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 110px;
    content: "";
    height: 1px;
    background-color: var(--digitalfirehouse-white, #fff);
}

.client-carousel-one .client-carousel__one__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 103px;
    transition: all 500ms ease;
}

.client-carousel-one .client-carousel__one__item img {
    transition: all 500ms ease;
    opacity: 0.2;
    max-width: 100%;
    width: auto;
}

.client-carousel-one .client-carousel__one__item:hover img {
    opacity: 0.6;
}

.client-carousel__three {
    padding: 380px 0px 120px;
    background: var(--digitalfirehouse-base, #CA4445);
    position: relative;
    z-index: 1;
}