.normal-thanks-wrap{    height: calc(100% - 139px) !important; position: relative; touch-action: none; transform: translate3d(0px, 0px, 0px); top: 80px;background-color: #f0f4f7;background-image: url('../img/thank-background-colored.jpg');}
.normal-thanks-wrap .thanks-section{width: 1360px;max-width: 100%;padding: 0 20px}
.normal-thanks-wrap h1{
  font-size: 65px;
  font-family: "publica-medium";
  color: rgb(26, 109, 248);
}
.normal-thanks-wrap .fp-tableCell{height: 100% !important}
.normal-thanks-wrap p{font-family: 'Playfair Display', serif;font-size: 60px;color: #01173c}
.thanks-footer{background-color: #152135;padding: 20px;}
.thanks-footer p{font-family: "circularstd";font-size: 16px}

@media screen and (max-width: 1536px) {
	.normal-thanks-wrap h1{font-size: 58px;line-height: 65px}
	.normal-thanks-wrap p{font-size: 52px;line-height: 60px}
}
@media screen and (max-width: 600px) {
	.normal-thanks-wrap{top: 60px; height: calc(100vh - 119px) !important;}
	.normal-thanks-wrap h1{font-size: 40px;line-height: 45px}
	.normal-thanks-wrap p{font-size: 35px;line-height: 40px}
}