.spire-cta-md-kort{
	margin-top: 25px;
	margin-bottom: 25px;
}

.spire-cta-md-kort-inner{
	display: block;
	border-radius: 4px;
	overflow: hidden;
	text-decoration: none;
}
	.spire-cta-md-kort-inner:hover{
		cursor: pointer;
	}
.spire-cta-md-txt-wrap{
	padding: 42px 27px;
	background-color: #000000;
	color: #fff;
	transition: background-color .5s ease-out;
}
.spire-cta-md-kort-inner:hover .spire-cta-md-txt-wrap{
	background-color: #0041A0;
}
@media (min-width: 768px){
	.spire-cta-md-kort-inner{
		display: flex;
	}
	.right .spire-cta-md-kort-inner{
		flex-direction: row-reverse;
	}
	.spire-cta-md-img-wrap,
	.spire-cta-md-txt-wrap{
		flex: 0 0 50%;
	}
	.spire-cta-md-txt-wrap{
		padding-top: 62px;
		padding-right: 100px;
		padding: 62px 100px 42px 42px;
	}
}


.spire-cta-md-line{
	height: 2px;
	width: 150px;
	background-color: #fff;
	transition: transform .5s ease-out;
	transform-origin: center left;
}
	.spire-cta-md-kort-inner:hover .spire-cta-md-line{
		transform: scale(1.5, 1);
	}

h3.spire-cta-md-title,
.editor-styles-wrapper .block-editor-block-list__layout h3.spire-cta-md-title{
	margin-top: 1em;
	color: #fff;
	text-transform: uppercase;
}

.spire-cta-md-txt{
	margin-bottom: 1.5rem;
}
.spire-cta-md-read-more{
	text-decoration: underline;
}


.editor-styles-wrapper .spire-cta-md-kort-inner{}


.spire-cta-md-img-wrap{
	overflow: hidden;
	display: flex;
	align-items: stretch;
}
	.spire-cta-md-img-wrap-inner{
		position: relative; 
		padding-top: 62.5%;
		width: 100%;
	}
		.spire-cta-md-img-wrap-inner-inner{
			position: absolute; 
			/* border: 1px solid red; */
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
		}

		.spire-cta-md-img-wrap img{
			transition: transform .5s ease-out;
			transform-origin: center;

			display: block;
			height: 100% !important;
			width: 100%;
			-o-object-fit: cover;
				object-fit: cover;
			  
		}
			.spire-cta-md-kort-inner:hover .spire-cta-md-img-wrap img{
				/* width: 200px; */
				transform: scale(1.03);
			}