[data-component-id="ummhealth:service_pathway"] .node--type-service .field--name-field-featured-image {
    width: 100%
}
[data-component-id="ummhealth:service_pathway"] .node--type-service .field--name-field-featured-image a {
    display: flex;
    height: 100%;
    width: 100%
}
[data-component-id="ummhealth:service_pathway"] .node--type-service .field--name-field-featured-image a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center
}
