.best-agent-thank-you-page .best-agent-thank-you-section {
    padding: 1rem 0 3rem;
    border-bottom: 1px solid #d3d3d3
}

.best-agent-thank-you-page .thankyou-message,
.best-agent-thank-you-page .agent-image {
    transition: all .25s ease-in-out;
    opacity: 0;
    transform: translateY(1rem)
}

.best-agent-thank-you-page .agent-image {
    width: 11.25rem;
    border-radius: 50%;
    border: 2px solid #ee7f00
}

@media screen and (min-width: 40em)and (max-width: 63.99875em) {
    .best-agent-thank-you-page .agent-image {
        width: 13rem
    }
}

.best-agent-thank-you-page .icon-dialog-bubbles {
    border: none;
    border-radius: unset
}

.best-agent-thank-you-page .thankyou-message {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 2.25rem;
    text-align: center;
    color: #f39100;
    margin: 1rem 0 2rem;
    padding: 0 5%
}

@media print,
screen and (min-width: 40em) {
    .best-agent-thank-you-page .thankyou-message {
        font-size: 2.5rem;
        margin-bottom: 2rem 0
    }
}

.best-agent-thank-you-page .return {
    padding: 1rem 2.75rem
}

.best-agent-thank-you-page.loading {
    min-height: 13rem
}

.best-agent-thank-you-page:not(.loading) .thankyou-message,
.best-agent-thank-you-page:not(.loading) .agent-image {
    opacity: 1;
    transform: none
}