.trustedPartner .trustedPartnerContent, .printingSection .justPrintingContent{
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}
.trustedPartner img, .printingSection img{
    min-height: 400px;
    object-fit: cover;
    object-position: left;
}

@media (max-width: 767px){
    .trustedPartner::before, .printingSection::before{
        content: "";
        background: rgba(0, 0, 0, .5);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
    }
    .trustedPartner .trustedPartnerContent h2, .trustedPartner .trustedPartnerContent p, .justPrintingContent h2, .justPrintingContent h3 , .justPrintingContent p{
        color:#fff !important;
    }    
    .bringBgCircle::before{
        display: none;
    }
}

@media (min-width: 768px){
    .trustedPartner img{
        min-height: 450px;
    }
    .printingSection img{
        object-position: inherit;
    }
    .about_us_section::before{
        content: " ";
        position: absolute;
        height: 100%;
        background: rgba(38, 71, 92, 80%);
        left: 0;
        width: 65%;
        top: 0;
    }
}
@media (min-width: 1200px){
    .about_us_section::before{
        width: 45%;
    }
}