.list-section__row {
    display: flex;
    gap: 20px;
}

.list-section__text p:last-child{
    margin-bottom: 0;
}

.list-section__text p strong {
    background: url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center / cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.list-section__button {
    padding: 18px;
    max-width: fit-content;
}

.list-section__list {
    background: #1E2A35;
    border-radius: 20px;
}

.list-section__list ul li{
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.list-section__list ul li strong{
    background: url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center / cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.list-section__list p strong {
    background: url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center / cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.list-section__list ul li::before {
    content: '';
    background: url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center / cover;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
}

.list-section__list p:last-of-type {
    margin-bottom: 0;
}


@media screen and (min-width: 991px) {
    .list-section__row {
        align-items: center;
        justify-content: space-between;
    }

    .list-section__left {
        flex-basis: 560px
    }

    .list-section__list {
        flex-basis: 630px
    }

    .list-section__heading, .list-section__text p {
        margin-bottom: 20px;
    }

    .list-section__button {
        min-width: 300px;
    }

    .list-section__list {
        padding: 24px;
    }

    .list-section__list ul li{
        gap: 12px;
        font-size: 14px;
    }

    .list-section__list ul li strong{
        font-size: 18px;
    }

    .list-section__list p {
        padding-left: 28px;
        font-size: 14px;
    }

    .list-section__list p strong {
        margin-top: 20px;
        margin-left: -28px;
        display: block;
    }

    .list-section__button-mobile.outline_button {
        display: none;
    }

    .list-section__text {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 990.98px) {
    .list-section__button
 {
    max-width: 100%;
}
    .list-section__row {
        flex-direction: column;
    }

    .list-section__heading, .list-section__text p {
        margin-bottom: 14px;
    }

    .list-section__list {
        padding: 20px 14px;
    }

    .list-section__list ul li{
        gap: 8px;
        font-size: 12px;
    }

    .list-section__list ul li strong{
        font-size: 16px;
    }

    .list-section__list p {
        padding-left: 22px;
        font-size: 12px;
    }

    .list-section .list-section__list p strong {
        margin-top: 14px;
        margin-left: -22px;
        display: block;
    }

    .list-section__button.list-section__button-desktop {
        display: none;
    }

    .list-section__button-mobile {
        display: flex;
    }
}

@media screen and (max-width: 440px) {
    .list-section__button-mobile {
        min-width: 100%;
    }
}