.pc_our_services_wrapper .commitment-green-icon {
    width: 78px;
    height: 78px;
    object-fit: contain;
}

.home-news-bg {
    background-image: url(../images/banner5.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-news-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.84);
}

.home-news-bg > .container {
    position: relative;
    z-index: 1;
}
