.hire-trusted-by-main {
    position: relative;
    margin-bottom: 60px;
}

.hire-trusted-by-main:before {
    position: absolute;
    content: "";
    background-color: #edf9ff;
    height: 50%;
    width: 100%;
    z-index: -1;
    top: -10px;
}

.hire-trusted-by-main .hire-trusted-by-main-inner {
    -webkit-box-shadow: 0px 0px 16px 2px rgb(59 59 59 / 17%);
    -moz-box-shadow: 0px 0px 16px 2px rgb(59 59 59 / 17%);
    box-shadow: 0px 0px 16px 2px rgb(59 59 59 / 17%);
    border-radius: 17px;
    padding: 30px 60px 10px;
    background-color: #fff;
}

.hire-trusted-by-title {
    text-align: center;
}

.hire-trusted-by-title span {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
    color: #121212;
}

.hire-trusted-by-main-inner .hire-trusted-by-wrap {
    justify-content: center;
}

.page-hire-dedicated-developers .hire-trusted-by-main,
.page-hire-ecommerce-developers .hire-trusted-by-main {
    margin-top: 0;
}

.hire-trusted-by-image img {
    filter: grayscale(0);
    transition: all 400ms ease;
    object-fit: contain;
    cursor: auto;
    width: 80%;
    max-height: 40px;
    object-position: left center;
}

.hire-trusted .hire-trusted-by-main {
    margin: 10px 0 50px;
}

.hire-trusted .hire-trusted-by-main:before {
    display: none;
}

.remove-before .hire-trusted-by-main:before {
    display: none;
}

.light-gray-bg .hire-trusted-by-main {
    margin-bottom: -100px;
}

.hire-trusted.gradient-haft.margin-remove .hire-trusted-by-main {
    margin: 0;
}

.haft-trusted-bg .hire-trusted-by-main {
    margin-bottom: 0;
}

.haft-trusted-bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: #edf9ff;
}

.wp-dev-trusted .hire-trusted-by-main:before {
    content: none;
}

.wp-dev-trusted .hire-trusted-by-main {
    margin: 0px;
    padding: 0px;
}

.wp-dev-trusted .hire-trusted-by-main .hire-trusted-by-main-inner {
    box-shadow: none;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.python-trusted-by .hire-trusted-by-main::before {
    display: none;
}

.python-trusted-by .hire-trusted-by-main::after {
    position: absolute;
    content: "";
    background-color: #f6f7fa;
    height: 50%;
    width: 100%;
    z-index: -1;
    bottom: 0px;
}

.python-trusted-by .hire-trusted-by-main {
    margin-top: 0;
    margin-bottom: 0;
}

.wp-dev-trusted .hire-trusted-by-wrap .hire-trusted-by-image figure {
    height: 72px;
}

@media screen and (max-width:991px) {
    .hire-trusted-by-wrap .hire-trusted-by-image figure {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .hire-trusted-by-main .hire-trusted-by-main-inner {
        padding: 30px 15px 0;
    }

    .hire-trusted-by-wrap .hire-trusted-by-image {
        width: 100%;
        align-items: center;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .hire-trusted-by-wrap .hire-trusted-by-image figure {
        width: 33.33%;
        justify-content: center;
        height: auto;
        padding-bottom: 20px;
    }

    .hire-trusted .hire-trusted-by-main {
        margin-bottom: 30px;
    }

    .light-gray-bg .hire-trusted-by-main {
        margin-bottom: -100px;
    }

    .trusted-mb-0 .hire-trusted-by-main,
    .hire-trusted .hire-trusted-by-main.mb-0 {
        margin-bottom: 0;
    }

    .page-drupal-development .trusted-mb-0 .hire-trusted-by-main {
        margin-bottom: 50px;
    }

    .hire-trusted-by-main {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .page-hire-ppc-experts .hire-trusted-by-main,
    .page-hire-social-media-marketing-experts .hire-trusted-by-main,
    .page-hire-seo-experts .hire-trusted-by-main {
        margin-bottom: 40px;
    }

    .hire-trusted-by-title h2 {
        padding-bottom: 0;
    }

    .wp-dev-trusted .hire-trusted-by-wrap .hire-trusted-by-image figure {
        width: 49.33% !important;
    }


}