 .thank_you .wrapper-1 {
     width: 100%;
     height: 100vh;
     display: flex;
     flex-direction: column;
 }

 .thank_you .wrapper-2 {
     padding: 30px;
     text-align: center;
 }

 .thank_you h1 {
     font-family: 'Kaushan Script', cursive;
     font-size: 4em;
     letter-spacing: 3px;
     color: #d69d4b;
     margin: 0;
     margin-bottom: 20px;
 }

 .thank_you .wrapper-2 p {
     margin: 0;
     font-size: 1.3em;
     color: #aaa;
     font-family: 'Source Sans Pro', sans-serif;
     letter-spacing: 1px;
 }

 .thank_you .go-home {
     color: #fff;
     background: #d69d4b;
     border: none;
     padding: 10px 50px;
     margin: 30px 0;
     border-radius: 30px;
     text-transform: capitalize;
     box-shadow: 0 10px 16px 1px #efdcc26b;
 }

 .thank_you .footer-like {
     margin-top: auto;
     background: #D7E6FE;
     padding: 6px;
     text-align: center;
 }

 .thank_you .footer-like p {
     margin: 0;
     padding: 4px;
     color: #d69d4b;
     font-family: 'Source Sans Pro', sans-serif;
     letter-spacing: 1px;
 }

 .thank_you .footer-like p a {
     text-decoration: none;
     color: #d69d4b;
     font-weight: 600;
 }

 @media (min-width:360px) {
     .thank_you h1 {
         font-size: 4.5em;
     }

     .thank_you .go-home {
         margin-bottom: 20px;
     }
 }

 @media (min-width:600px) {
     .thank_you .content {
         max-width: 1000px;
         margin: 0 auto;
     }

     .thank_you .wrapper-1 {
         height: initial;
         max-width: 620px;
         margin: 0 auto;
         margin-top: 50px;
         box-shadow: 4px 8px 40px 8px #efdcc26b;
     }

 }