section.block-characteristics{
    background-color: var(--wp--preset--color--grey-light);
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
}
.inner-characteristics{
    max-width: var(--wp--custom--layout--content-size);
    margin-right: auto;
    margin-left: auto;
}
.list-characteristics{
    display: grid;
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    list-style: none;
    padding-inline-start: 0;
}
.item-characteristics{
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    border-top: 1px solid var(--wp--preset--color--black);
    padding: 1.5rem 0;
    margin-bottom: 0;
}
.item-characteristics .image-item-characteristic{
    display: flex;
    align-items: center;
    margin-right: 0.75rem;
    height: 100%;
    max-width: 180px;
}
.item-characteristics .image-item-characteristic img{
    object-fit: cover;
    height: 100%;
}
.list-characteristics .item-characteristics:last-child{
    border-bottom: 1px solid var(--wp--preset--color--black);
}
.item-characteristics .meta-item-characteristic{
    display: flex;
    align-items: start;
}
.item-characteristics .number-characteristic-item{
    color: var(--wp--preset--color--green);
    text-overflow: ellipsis;
    font-family: var(--wp--preset--font-family-pangram), sans-serif;
    font-size: var(--wp--preset--font-size-h3);
    font-weight: 700;
    line-height: normal;
    padding: 0 1.5rem;
}
.item-characteristics .text-characteristic-item .title{
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-family: var(--wp--preset--font-family-pangram), sans-serif;
    font-weight: 700;
}
.item-characteristics .text-characteristic-item .description{
    font-weight: 300;
    font-family: var(--wp--preset--font-family-hanken), sans-serif;
    font-size: var(--text-16);

}
.item-characteristics .text-characteristic-item .description p{
    margin-top: 0;
    margin-bottom: 1.5rem;
}
body.page-template-page-landing .inner-characteristics > div {
    max-width: 613px;
    margin-left: 0;
}
@media only screen and (max-width : 1192px) {
    .inner-characteristics{
        padding: 0 10px;
    }
}
@media only screen and (max-width : 970px) {
    body.page-template-page-landing .inner-characteristics > div{
        max-width: 100%;
    }
    section.block-characteristics{
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
    }
    .item-characteristics{
        display: table;
        padding-bottom: 0;
    }
    .item-characteristics .image-item-characteristic{
        max-width: 100%;
        max-height: 140px;
        overflow-y: hidden;
        margin-bottom: 1.75rem;
        margin-right: 0;
    }
    .item-characteristics .image-item-characteristic img{
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
    .item-characteristics .meta-item-characteristic{
        position: relative;
    }
    .item-characteristics .number-characteristic-item{
        position: absolute;
        top: -4px;
        padding-left: 0;
    }
    .item-characteristics .text-characteristic-item .title{
        padding-left: 49px;
        margin-bottom: 1rem;
    }
    .inner-characteristics{
        padding: 0 10px;
    }
}
@media (min-width: 470px) and (max-width: 1190px) {
    .item-characteristics{
        display: flex;
        align-items: start;
    }
    .item-characteristics .text-characteristic-item .description{
        margin-left: 3rem;
    }
    .item-characteristics .image-item-characteristic img{
        width: 260px;
        max-height: 137px;
    }
}