.hipaa-compliant__content p, .hipaa-compliant__content ul{
	margin-bottom:30px;
}

.hipaa-compliant__content ul{
	padding-left: 1rem;
}

.hipaa-compliant::after{
	position:absolute;
	bottom:0;
	left:0;
	height: 80%;
	width: 70%;
	background-repeat:no-repeat;
	z-index: 0;
	background-position: bottom left;
}

.hipaa-compliant_client--logo {
	max-height: 25px !important
}

@media only screen and (width <= 768.98px){
	.hipaa-compliant::after{
		width: 100%;
	}
	.hipaa-compliant_client--logo {
		max-height: 40px !important
	}
}

@media only screen and (width <= 576px){
	.hipaa-compliant::after{
		display: none;
	}
	.hipaa-compliant_client--logo {
		max-height: 35px !important
	}
}

@media only screen and (width > 769px){
	.hipaa-compliant_client--logo {
		max-height: 45px !important
	}
}

@media only screen and (width >= 968.98px){
	.hipaa-compliant_client--logo {
		max-height: 45px !important
	}
}


