.slps-box {
	margin: 40px 0;
	padding: 18px 22px;
	/*border: 1px solid #006580;*/
	border-radius: 0px;
	background: #ffffff;
    border-top: 1px solid #d9d9d9;

margin-top: 40px;
}

.single h2.slps-headline {
	margin: 0 0 12px;
	font-size: 1.5rem;
	line-height: 1.3;
}

p.slps-text {
	margin: 0;
	line-height: 1.6;
	color: #555;
    padding-bottom:0;
}

.slps-button {
	margin: 10px 0 0;
}

.slps-button a {
	display: inline-block;
	padding: 12px 20px;
	background: #006580;
	color: #fff;
	text-decoration: none;
	border-radius: 999px;
	font-weight: 600;
	transition: background-color .2s ease;
}

.slps-button a:hover,
.slps-button a:focus {
	background: #006580;
	color: #fff;
	text-decoration: none;
}

.slps-button a:focus-visible {
	outline: 3px solid #ffa700;
	outline-offset: 2px;
}

.slps-link {
	margin:  0;
}

.slps-link a {
	text-decoration: underline;
}

.slps-link a:hover,
.slps-link a:focus {
	text-decoration: none;
}

@media (max-width: 767px) {

	.slps-box {
		padding: 20px;
	}

	.slps-headline {
		font-size: 1.3rem;
	}

	.slps-button a {
		display: block;
		text-align: center;
	}

}