#main > .box_mid {
    padding: 50px 0;
}

.page-template-thankyou h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #161f38;
    text-align: center;
}

.page-template-thankyou .entry p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #161f38;
}

#main .the_content a {
    color: #fff;
    padding: 10px 20px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid var(--ws-color-primary);
    background: var(--ws-color-primary);
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}