
.site-jkh-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 36px;
}

.site-jkh-demo__image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
}

.site-jkh-button_green {
    background: #009c4d;
}

.site-jkh-button_blue {
    background: #3c6b9b;
}

.site-jkh-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 10px 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    cursor: pointer;
}

.possibilities-video {
    margin-bottom: 100px;
}

.possibilities-video > p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 155%;
    /* or 31px */
    text-align: center;

    color: #000000;
    margin-bottom: 36px;
}

.possibilities-main-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 135%;
    /* or 62px */
    text-align: center;

    color: #263238;
}

.embed-responsive {
    border-radius: 10px;
}

.possibility {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 27px;
}

.possibility h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 135%;
    color: #000000;
    margin: 0;
}

.possibility > p {
    margin-top: 35px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 155%;
    color: #000000;
}

.possibility > div {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 155%;
    color: #000000;
}

.possibility .possibility-lines {
    margin: 18px 0 0;
    padding-left: 64px;
}

.possibility .possibility-lines p {
    position: relative;
    margin: 8px 0;
    padding-left: 22px;
}

.possibility .possibility-lines p::before {
    content: '';
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 7px;
    height: 7px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    transform: translateY(-50%);
}

.possibility ul {
    margin-top: 18px;
}

.possibility li p {
    margin: 8px 0;
}

.possibility-more {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .possibilities-main-title {
        font-size: 32px;
    }

    .possibility {
        padding: 28px 20px;
    }

    .possibility h2 {
        font-size: 28px;
    }

    .site-jkh-actions {
        flex-direction: column;
    }

    .possibility .site-jkh-button_green {
        width: 100%;
    }

    .possibility .possibility-lines {
        padding-left: 40px;
    }
}

.possibility > img {
    margin: 35px 0;
}

.possibility .site-jkh-button_green {
    width: 383px;
    justify-content: space-between;
    /* Подробнее о личных кабинетах */

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;

    color: #FFFFFF;
}

.red {
    color: red;
}
