.wac-thank-you-section {
    padding: 0;
    .page-wrapper {
            min-height: 70vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            padding: 20px;
            box-sizing: border-box;
        }
}

.wac-thank-you-section .email-wrap {
    max-width: 700px;
    width: 100%;
    text-align: center;
}

.wac-thank-you-section .page-title {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 600;
    color: #00338d;
    line-height: 1.4;
    margin: 0 0 8px;
    padding: 0 48px;
}

.wac-thank-you-section .email-body {
    padding: 16px 48px;
}

.wac-thank-you-section .email-body p {
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    color: #444;
    line-height: 1.85;
    margin-bottom: 18px;
}

.wac-thank-you-section .sign-off {
    padding: 0 48px 32px;
}

.wac-thank-you-section .sign-off p {
    font-family: "Inter Tight", sans-serif;
    font-size: 15px;
    color: #444;
    line-height: 1.8;
}

.wac-thank-you-section .sign-off-name {
    font-family: "Inter Tight", sans-serif;
    font-weight: bold;
    color: #0d2d6e;
}

.wac-thank-you-section .btn-home {
    display: inline-block;
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: rgb(0, 51, 141);
    border: 1px solid rgb(0, 51, 141);
    padding: 12px 32px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: opacity 0.2s ease;
}

.wac-thank-you-section .btn-home:hover {
    opacity: 0.85;
}

@media only screen and (max-width: 767.98px) {
    .wac-thank-you-section .page-title {
        font-size: 24px;
        padding: 0 20px;
    }

    .wac-thank-you-section .email-body {
        padding: 16px 0;
    }
}

@media only screen and (max-width: 620px) {
    .wac-thank-you-section .email-wrap {
        max-width: 100%;
    }

    .wac-thank-you-section .sign-off {
        padding: 0 20px 28px;
    }
}