.thank-you .get-started-block {
    padding: 60px 0;
}

.get-started-block {
    text-align: center;
    background-color: #ECECEC;
}

.get-started-block h2 {
    font-weight: 400;
}

.get-started-block p {
    margin-bottom: 30px;
}

.get-started-block a {
    display: inline-block;
    background-color: var(--secondary-color);
    color: #FFFFFF;
    padding: 14px 54px;
    text-transform: none;
}

.get-started-block a:hover {
    background-color: var(--primary-color);
    color: white
}

.thank-you .get-started-block h2 {
    margin-bottom: 40px;
    font-weight: 700;
}

.thank-you .get-started-block p {
    margin-bottom: 40px;
}

@media screen and (max-width: 999px) {
    .get-started-block h2 {
        font-size: 24px;
    }

    .get-started-block a:not(.thank-you .get-started-block a) {
        padding: 14px 24px;
    }
}