.thank-you-container{padding: 127px 0 119px; font-size: 28px; line-height: 30px; letter-spacing: -0.6px;}
.thank-you-container h1{font-size: 40px; line-height: 40px; margin-bottom: 10px;}
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width: 1199.98px){

}
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width: 991.98px){
.thank-you-container{padding: 80px 0; font-size: 22px; line-height: 26px;}
.thank-you-container h1{font-size: 32px; line-height: 36px; }
}
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width: 767.98px) {
.thank-you-container{padding:40px 40px; font-size: 17px; line-height: 22px;}
.thank-you-container h1{font-size: 25px; line-height: 25px; }
}
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width: 575.98px) {

}