.view-id-preimushchestva.view-display-id-block_1 .views-field-nothing .field-content{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    position: relative;
}

.benefit-block-left.block-left{
    max-width: 595px;
    width: 100%;
    
}

.benefit-block-logo {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.benefit-block-list .item-list ul{
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
	grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.benefit-block-list .item-list ul li{
    display: block;
    border-radius: 10px;
    background: rgba(231, 246, 226, 1);
    color: var(--color-dark);
    font-size: 16px;
    font-weight: 500;
    line-height: 126%;
    position: relative;
}

.benefit-block-list .item-list ul li:nth-child(1){
   grid-column: span 1;
   grid-row: span 2;
   padding: 23px 25px;
}

.benefit-block-list .item-list ul li:nth-child(2){
   grid-column: span 1;
   grid-row: span 2;
   padding: 23px 33px;
}

.benefit-block-list .item-list ul li:nth-child(1),
.benefit-block-list .item-list ul li:nth-child(2){
    padding-top: 85px;
}
.benefit-block-list .item-list ul li:nth-child(1)::before,
.benefit-block-list .item-list ul li:nth-child(2)::before,
.benefit-block-list .item-list ul li:nth-child(3)::before{
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}

.benefit-block-list .item-list ul li:nth-child(1)::before,
.benefit-block-list .item-list ul li:nth-child(2)::before{
    top: 23px;
}

.benefit-block-list .item-list ul li:nth-child(1)::before{
    background-image: url('../image/item-1.svg');
    width: 37px;
    height: 45px;
    left: 23px;
}

.benefit-block-list .item-list ul li:nth-child(2)::before{
    background-image: url('../image/item-2.svg');
    width: 75px;
    height: 45px;
    left: 33px;
}

.benefit-block-list .item-list ul li:nth-child(3){
    grid-column: span 2;
    grid-row: span 1;
    padding: 13px 25px 13px 85px;
    align-items: center;
    display: flex;
}
.benefit-block-list .item-list ul li:nth-child(3)::before{
    left: 23px;
    background-image: url('../image/item-3.svg');
    width: 48px;
    height: 45px;
    left: 23px;
}
.benefit-block-list .item-list ul li:nth-child(3) .paragraph{
    max-width: 365px;
    width: 100%;
}

.benefit-block-title{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    max-width: 925px;
    width: 100%;
}
h2.benefit-title{
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
}

.benefit-block-left.block-right{
    max-width: 525px;
    width: 100%;

} 

.benefit-block-left.block-right .field--name-field-media-image {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
}

.benefit-block-left.block-right .field--name-field-media-image .field__item img{
    margin-left: auto;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px){
    .view-id-preimushchestva.view-display-id-block_1 .views-field-nothing .field-content {
        padding-bottom: 85px;
    }
    .benefit-block-list .item-list ul li:nth-child(1) {
        grid-column: span 2;
        grid-row: span 1;
        padding-left: 85px;
    }
    .benefit-block-list .item-list ul li:nth-child(1), 
    .benefit-block-list .item-list ul li:nth-child(2) {
        padding-top: 20px;
        
    }
    .benefit-block-list .item-list ul li:nth-child(2) {
        grid-column: span 2;
        grid-row: span 1;
        padding-left: 125px;
    }

    h2.benefit-title {
        font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1200 - 320)));
    }
    
}

@media screen and (max-width: 992px){
    .view-id-preimushchestva.view-display-id-block_1 .views-field-nothing .field-content {
        padding-bottom: 0;
    }
    .view-id-preimushchestva.view-display-id-block_1 .views-field-nothing .field-content {
        justify-content: center;
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 576px){
    .benefit-block-list .item-list ul li:nth-child(2) {
        grid-column: span 2;
        grid-row: span 1;
        padding-left: 85px;
    }
    .benefit-block-list .item-list ul li:nth-child(2)::before {
        width: 54px;
        left: 20px;
    }

}



