.startYourKitchen {
    background-color: var(--main-blue);
    padding: 96px 0;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.startYourKitchen a {
    text-decoration: none;
    color: white;
}

.startYourKitchenTitle {
    max-width: 800px;
    font-size: 48px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}

.startYourKitchenSubTitle {
    max-width: 650px;
    font-size: 18px;
    font-weight: 300;
    margin: 8px auto 32px auto;
    text-align: center;
}

.getStartedBtn {
    width: 246px;
    height: 75px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.getStartedBtn p {
    padding: 0;
    margin: 0;
}

@media (max-width: 550px) {
    .startYourKitchen {
        width: auto;
        padding: 48px 10px;
    }

    .startYourKitchenTitle {
        font-weight: 600;
        font-size: 22px;
        line-height: 136%;
        margin-bottom: 24px;
    }

    .startYourKitchenSubTitle {
        max-width: 100%;
        font-size: 14px;
        line-height: 157%;
        margin: 0 0 24px 0;
        text-align: center;
    }

    .getStartedBtn {
        border-radius: 40px;
        padding: 16px 32px;
        width: 180px;
        height: 60px;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        font-weight: 600;
        font-size: 14px;
        line-height: 143%;
    }
}
