.thankyou-section {
    padding: 222px 0 390px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    .thankyou-section-text {
        width: 548px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        @media (max-width: 767px) {
            width: unset;
        }
        h1 {
            font-family: inter;
            font-weight: 600;
            font-size: 56px;
            line-height: 56px;
            text-align: center;
            color: #FFFFFF;
            margin: 0;
        }
        p {
            font-family: IBM Plex Sans;
            font-weight: 400;
            font-size: 24px;
            line-height: 100%;
            text-align: center;
            color: #C3C3C3;
            margin: 0;
        }
        button {
            width: 315px;
            border-radius: 32px;
            padding: 12px 24px;
            background: #F75891;
            border: none;
            font-family: IBM Plex Sans;
            font-weight: 700;
            font-size: 20px;
            line-height: 100%;
            text-align: center;
            color: #FFFFFF;
            a {
                text-decoration: none;
                color: #FFFFFF;
            }
        }
    }
}