.payment-plan .desktop{
    width: 50px;
    position: absolute;
    top: 18px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.payment-plan .mobile {
	position: static
}

.cta {
	display: none
}
.cta-loading {
	position: static !important
}
@media screen and (min-width: 1025px) {
	.h-container  {
		margin-top: 30px;
	}
	.payment-plan {
		background-color: rgb(255 255 255 /0.75);
		height:260px
	}
}
@media screen and (max-width: 1024px) {
	h4 {
		margin-left: 10px
	}
	.payment-plans {
		padding:0;
	}
}