#thanks {
    margin: 46px 0 69px 0;
}
#thanks .title {
    font-size: 2.5em;
    line-height: 1.25;
    margin-bottom: 18px;
}
#thanks p {
    font-size: 18px;
    line-height: 1.444;
    margin: 0 auto;
}
#thanks .button {
    width: 215px;
    margin: 18px auto 0 auto;
    font-size: 1.125em;
    height: 39px;
    line-height: 39px;
    border-radius: 20px;
}

@media screen and (max-width: 567px) {
    #thanks {
        margin-top: 39px;
        margin-bottom: 49px;
    }
    #thanks .title {
        font-size: 1.5em;
        line-height: 1.333;
        margin-bottom: 15px;
    }
    #thanks p {
        font-size: 1em;
        line-height: 1.625;
    }
    #thanks .button {
        width: 173px;
        margin: 22px auto 0 auto;
        font-size: 1em;
        height: 32px;
        line-height: 32px;
        border-radius: 16px;
    }
}