
.thank-content {
    text-align: center;
}
.thank-content__title {
    margin-top: -8%;
    color: rgba(27, 69, 128, 1);
    font-weight: 700;
    font-size: clamp(7.5rem, 6.3851rem + 4.0541vw, 11.25rem);
}
.thank-content__title span {
    position: relative;
    display: inline-block;
}
.thank-content__title span img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(59%,50%);
    width: clamp(2.375rem, 1.7432rem + 2.2973vw, 4.5rem);
}
.thank-content__subtitle {
    color: rgba(27, 69, 128, 1);
    font-size: 42px;
    font-size: clamp(1.5rem, 1.1655rem + 1.2162vw, 2.625rem);
    font-weight: 700;
}
.thank-content__btn {
    margin-top: clamp(2.75rem, 2.3041rem + 1.6216vw, 4.25rem);
    display: flex;
    justify-content: center;
}

@media (min-width: 1199px) {
    .thank-content {
        min-height: calc(100vh - 350px);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .thank-content__btn .btn {
        min-width: auto;
        flex: 1;
    }
    .thank-content__subtitle {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}
