.view-id-preimushchestva.view-display-id-block_1 .view-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 57px;

}

.view-id-preimushchestva.view-display-id-block_1 .views-row{
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-id-preimushchestva.view-display-id-block_1 .views-field.views-field-field-izobrazhenie-pre .field--name-field-media-image .field__item{
    width: 150px;
    height: 150px;
    background-color: var(--color-white);
    border-radius: 50%;
    padding: 15px;
}

.view-id-preimushchestva.view-display-id-block_1 .views-field.views-field-field-izobrazhenie-pre .field--name-field-media-image .field__item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.view-id-preimushchestva.view-display-id-block_1 .views-field.views-field-title{
    max-width: 380px;
    width: 100%;
    margin: 23px auto 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
}

.view-id-preimushchestva.view-display-id-block_1 .views-row:nth-child(1) .views-field.views-field-title{
    max-width: 260px;
    width: 100%;
}

.view-id-preimushchestva.view-display-id-block_1 .views-row:nth-child(2) .views-field.views-field-title{
    max-width: 330px;
    width: 100%;
}

.view-id-preimushchestva.view-display-id-block_1 .views-row:nth-child(3) .views-field.views-field-title{
    max-width: 300px;
    width: 100%;
}

.view-id-preimushchestva.view-display-id-block_1 .views-row:nth-child(4) .views-field.views-field-title{
    max-width: 340px;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .view-id-preimushchestva.view-display-id-block_1 .views-field.views-field-field-izobrazhenie-pre .field--name-field-media-image .field__item {
        width: calc(100px + (150 - 100) * ((100vw - 767px) / (1200 - 767)));
        height: calc(100px + (150 - 100) * ((100vw - 767px) / (1200 - 767))); 
    }
    .view-id-preimushchestva.view-display-id-block_1 .views-field.views-field-title{
        font-size: calc(15px + (24 - 15) * ((100vw - 767px) / (1200 - 767))); 
    }
    .view-id-preimushchestva.view-display-id-block_1 .view-content {
        gap: calc(30px + (57 - 30) * ((100vw - 767px) / (1200 - 767))); 
    }
    .view-id-preimushchestva.view-display-id-block_1 .views-row {
        max-width: 31%;
    }
}

@media screen and (max-width: 1200px) {
    .view-id-preimushchestva.view-display-id-block_1 .view-content {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .view-id-preimushchestva.view-display-id-block_1 .views-field.views-field-field-izobrazhenie-pre .field--name-field-media-image .field__item {
        width: 100px;
        height: 100px; 
    }
    .view-id-preimushchestva.view-display-id-block_1 .views-field.views-field-title{
        font-size: 15px; 
    }
    .view-id-preimushchestva.view-display-id-block_1 .view-content {
        gap: 30px; 
    }
    .view-id-preimushchestva.view-display-id-block_1 .views-row {
        max-width: 45%;
    }
}

/* @media screen and (max-width: 480px) {
    .view-id-preimushchestva.view-display-id-block_1 .views-row {
        max-width: 134px;
    }
} */