.cta-block-container {
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.cta-link {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    left: 0;
    top: 0;
    color: #fff;
    align-items: center;
    align-content: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

    .cta-link&:after {
        background-color: #003A7F;
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        mix-blend-mode: multiply;
        opacity: .8;
        transition: all .3s ease-in-out;
    }



.block-editor-block-list__block .cta-link {
    z-index: 9;
    font-weight: 800;
    color: #fff;
}

.slide-right{display:none}

.slide-left{
	max-width:100%;
	background-position: center center;
}

.block-editor-block-list__block .wp-block-wicked-block-builder-featured-posts {
    height: 200px;
    background-color: #d0d0d0;
}

.market-container-class, .market-container-class .block-editor-inner-blocks .block-editor-block-list__layout {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.service-card-block {
background: #fff;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    transition: all .2s ease-in-out;
    border: 1px solid #E4E6ED;
    margin-bottom: 55px;
    padding-top: 40px;
    padding-right: 10px;
    padding-bottom: 80px;
    padding-left: 10px;
    position: relative;
    align-content: center;
    align-items: center;
}

.service-card-block {
    max-width: 100%;
}

    @media only screen and (min-width: 768px) {
        max-width: 45% !important;
    }

    @media only screen and (min-width: 970px) {
        max-width: 30% !important;
    }



.service-card-block:hover {
    box-shadow: 0px 7px 11px #0007bf34;
    transform: translateY(-2.5px);
}

.service-card-block:hover .card-button, .service-card-block:hover .wp-block-button {
    transform: translateY(0px);
	opacity:1;
}


.service-card-block img {
    display: block;
    width: 100%;
    max-width: 150px;
    margin-left: auto !important;
	    margin-right: auto !important;
	margin-bottom:20px;
	 height: 220px;
    object-fit: contain;
}

.service-card-block h3 {
	font-size: 24px;
	font-weight:800;
	line-height: 34px;
	letter-spacing: 0px;
	color:#003A7F !important;
	opacity: 1;
}

.service-card-block p {
	color: #5E5E71;
}

.service-card-block .summary {
	min-height: 80px;
	margin-bottom: 30px;
}

.service-img-wrapper, .service-content-wrapper {
width: 100%;
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: column;
}

.service-card-block .card-button, .service-card-block .wp-block-button  {
	display: inline-block;
	padding: 10px 20px;
	background: transparent !important;
	color: #003A7F !important;
	transition: 0.25s ease;
	border-radius: 3px;
	text-decoration: none;
	margin-top: 20px;
	font-weight: bold;


}

@media only screen and (min-width: 800px) {
	.service-card-block .card-button, .service-card-block .wp-block-button  {
	position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0;
	transform: translateY(20px);
}
}

.service-card-block .card-button:focus,
.service-card-block .card-button:hover {

}



.block-editor-inner-blocks .service-card-block .wp-block-button {
	position: relative;
    right: 20px;
    bottom: 20px;
    opacity: 1;
    transform: translateY(20px);
}