.page-template-thankyou-page {
    background-color: #FFF5EF;
}

.page-template-thankyou-page span.email-name {
    opacity: 0;
    display: none;
}

.container-thankyou.container {
    margin-top: 120px;
    margin-bottom: 481px;
    padding: 0 30px;
}

.container-thankyou.container .title {
    color: #504658;
    font-family: Marcellus;
    font-size: 50px;
    font-weight: 400;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: 0;
    letter-spacing: 1.5px;
}

.container-thankyou.container .content-thankyou {
    max-width: 768px;
}

.container-thankyou.container .content-thankyou p {
    color: #504658;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media screen and (max-width:1025px) {
    .container-thankyou.container .title {
        
       
        line-height: 1.2;
       
    }
    .container-thankyou.container {
        padding: 0 30px;
    }
}

@media screen and (max-width:767.98px) {
    .container-thankyou.container {
        margin-top: 100px;
        margin-bottom: 380px;
        padding: 0 50px;
    }
    .container-thankyou.container .title {
        font-size: 28px;
        font-weight: 400;
        line-height: 42px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    

    
    .container-thankyou.container .content-thankyou p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    
}

@media screen and (max-width:420px) {
    .container-thankyou.container .content-thankyou {
        max-width: 275px;
    }
}

@media screen and (max-width:360px) {
    .container-thankyou.container .title {
        font-size: 25px;
    }
}