 .thank_you h1 {
     font-weight: 700;
     padding-bottom: 30px;
 }

 .thank_you h2 {
     font-size: 28px;
     font-weight: 500;
 }

 .thank_you p {
     padding-bottom: 30px;
     color: #233d63;
 }

 .thank_you .p {
     font-weight: 500;
 }

 .thank_you i {
     color: #233d63;
     padding-bottom: 10px;
 }

 .policies ul {
     padding-left: 30px;
     text-align: justify;
 }

 .policies ul li {
     list-style: disc;
     text-align: justify;
 }

 .policies ul li:last-child {
     padding-bottom: 15px;
 }

 .policies h2 {
     padding-bottom: 20px;
     padding-top: 20px;
 }

 .policies p {
     text-align: justify;
 }