/*--------------------------------------------------------------
# Serving One
--------------------------------------------------------------*/
.serving-one {
    position: relative;
    display: block;
    background-color: #ffffff;
    border-top: 1px solid #ECD8E7;
    border-bottom: 1px solid #ECD8E7;
    padding: 39px 0 39px;
    z-index: 1;
}

/* Govt carousel images — larger fixed container so all logos same size */
.govt-carousel .brand-one__img {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
}

.govt-carousel .brand-one__img img {
    max-width: 160px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 1;
    filter: none;
    image-rendering: auto;
    transition: transform 300ms ease;
}

.govt-carousel .brand-one__single:hover .brand-one__img img {
    transform: scale(1.06);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
