
.art-news-title-main {
    background: url(/ru/static/images/news/aizere-resp/bg-news-4.png);
}


.section-1 {
    padding-left: 300px;
    padding-right: 300px;
    margin-bottom: 4em;
}


.grid-1 {
    margin-top: 5em;
}


.grid-left-1-img {
    display: flex;
    justify-content: center;
}
.grid-left-1-img>img {
    width: 345px;
}

.grid-1-parts {
    display: flex;
    margin-top: 32px;
    margin-bottom: 32px;
}

.grid-1-img {
    width: 125px;
    height: 125px;
    margin-right: 15px;
}

@media (max-width:800px) {
    .main-h2 {
        font-size: 60px;
    }

    .gen-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .gen-info-conk>h1 {
        font-size: 50px;
    }

    .section-1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .grid-left-1-img {
        margin-bottom: 1.5em;
    }

    .aizere-news-title-1 {
        text-align: center;
    }

    .aizere-news-title-1>p {
        font-size: 40px;
    }

    .grid-left-1-img>img {
        width: 350px;
        height: 250px;
        object-fit: cover;
        object-position: 0% 20%;
    }
    .grid-1-img {
        width: 135px;
        height: 135px;
        margin-right: 15px;
    }
}