.page-template-page-goodbye  header, .page-template-page-goodbye  footer  {
	display: none;
}


.page-template-page-goodbye .pricing-title {
  padding: 64px 0;
  text-align: center;
  width: 100%;
  min-height: 100vh;
  align-items: center;
   display: flex
;
}
.page-template-page-goodbye .pricing-title .wrapper {
  max-width: 670px;
  padding: 0;
}
.page-template-page-goodbye .pricing-title h1 {
  padding-bottom: 35px;
}

.page-template-page-goodbye .pricing-title p {
	padding-bottom: 25px;
}
.page-template-page-goodbye .pricing-title ul{
	padding-bottom: 15px;
}

.page-template-page-goodbye .pricing-title p:last-child {
	padding-top: 10px;
}

.page-template-page-goodbye .pricing-title img {
	margin: 20px auto 0px; 
	max-width: 145px;
}

.page-template-page-goodbye .pricing-title li {
	width: 155px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: left;
}


@media (max-width: 768px) {
	.page-template-page-goodbye .pricing-title h1 {
		font-size: 45px;
	}

	.page-template-page-goodbye .pricing-title .wrapper {
		padding: 0 16px;
	}
}