.dcmo-service-highlight {
	height: 100%;
    min-height: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.serviceHighlights .gb-block-layout-column-inner {
	height: 100%;
}

.dcmo-service-highlight .dcmo-service-text {
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color ease-in-out 0.2s;
	background-color: rgba(6, 49, 77, 90%);
    mask-image: url(/wp-content/uploads/2024/01/serviceMask.svg);
    mask-size: cover;
    mask-position: top;
	min-height: 200px;
}
.dcmo-service-highlight:hover .dcmo-service-text,
.dcmo-service-highlight:focus .dcmo-service-text
{
    padding: 40px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    font-size: 14px;
	background-color: #fff;
	min-height: unset;
}
.dcmo-service-highlight .dcmo-service-text-expand {
    display: none;
}
.dcmo-service-highlight:hover .dcmo-service-text-expand,
.dcmo-service-highlight:focus .dcmo-service-text-expand
{
    display: block;
}
.dcmo-service-highlight .dcmo-service-text .dcmo-service-heading {
    text-align: center;
    margin: 0;
	color: #fff;
}
.dcmo-service-highlight:hover .dcmo-service-text .dcmo-service-heading,
.dcmo-service-highlight:focus .dcmo-service-text .dcmo-service-heading
{
    margin-bottom: 20px;
	color: #05324E;
}

.dcmo-service-highlight:hover .dcmo-service-text .dcmo-service-heading svg,
.dcmo-service-highlight:focus .dcmo-service-text .dcmo-service-heading svg {
	display: none;
}