.more-info_loginInfo___Zdaj {
    padding: 40px 8%
}

.more-info_loginInfoTitle__I3nBE {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -.02em;
    color: #262626
}

.more-info_loginInfoDescription__VNK9Z {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #444;
    margin-bottom: 20px;
    font-family: Archivo, open-sans
}

.more-info_loginInfoButton__TUEl9 {
    padding: 14px 20px;
    gap: 10px;
    width: 290px;
    height: 52px;
    border: 2px solid #FFB508;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    cursor: pointer
}

.more-info_loginInfoButtonText__2qyGJ {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #FFB508
}

.more-info_stillNotSure__hlNux {
    width: 100%;
    height: 348px;
    background: #3a6725;
    margin: 80px 0
}

.more-info_stillNotSure__hlNux h3 {
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -.02em;
    color: #fff;
    text-align: center;
    padding: 70px 0 20px
}

.more-info_stillNotSure__hlNux button {
    padding: 12px 20px;
    min-width: 186px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 32px
}

.more-info_stillNotSure__hlNux button span {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #fff
}

.more-info_lightGreenButton__zHvbw {
    background: #FFB508;
    border: none !important
}

.more-info_stillNotSureButtons__cQHv4 {
    width: 368px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%
}

@media screen and (max-width:768px) {
    .more-info_loginInfoButton__TUEl9 {
        width: 100%;
        padding: 14px 10%
    }

    .more-info_loginInfoTitle__I3nBE {
        font-size: 24px;
        text-align: center
    }

    .more-info_loginInfoDescription__VNK9Z {
        text-align: center
    }

    .more-info_stillNotSure__hlNux h3 {
        font-weight: 600;
        font-size: 30px;
        line-height: 38px;
        padding-top: 40px
    }

    .more-info_stillNotSureButtons__cQHv4 {
        width: 100%;
        margin: 20px;
        display: block
    }

    .more-info_stillNotSure__hlNux button {
        width: 90%;
        margin-bottom: 15px
    }

    .more-info_stillNotSure__hlNux {
        height: 300px
    }
}