
.tmb__list_wrap{
    max-width: 1153px;
    margin: 0 auto;
}
.tmb__list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 32px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tmb__li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tmb__li-ico svg {
    width: 40px;
    height: 40px;
    display: block;
}

.tmb__li-text {
color:  #FFF;
font-family: Nunito;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; 

strong{

font-weight: 700;

}
}

.tmb__cta--mobile {
    display: none;
}

.tmb__btn--green-mobile {
    display: inline-block;
    border-radius: 64px;
    background: #22E243;
    color: #000;
    padding: 16px 24px;
    text-decoration: none;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}

@media (max-width:767px) {
    .tmb__li-text {
color:  #FFF;
font-family: Nunito;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
br{
    display: none;
}
strong{

font-weight: 700;

}
    }
    .text_media_bullets {
        padding: 64px 25px;
    }

    .text_media_bullets::after {
     display: none;
    }


    .tmb__head {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tmb__content {
        text-align: center;
        max-width: none;
    }

    .tmb__intro {
        color:  #888;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        margin-bottom: 24px;
    }

    .tmb__title {
        color: black;
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 25px;
    }

   .text_media_bullets .tmb__text {
        color:  #222;
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 0px;
    }



    .tmb__cta--desktop {
        display: none;
    }

    .tmb__cta--mobile {
        display: flex;
        justify-content: center;
        margin-top: 32px;
    }

    .tmb__list {
        display: flex;
        flex-direction: column;
        gap: 32px;
        margin-top: 0;
        max-width: 304px;
        margin: 0 auto;
    }

    .tmb__li {
        align-items: center;
        gap: 8px;
    }

    .tmb__li-ico svg {
        width: 40px;
        height: 40px;
    }

 
}