.blogList {
    padding-top: 70px
}

.blogList__wrapper {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 4%;
    column-gap: 4%;
    row-gap: 50px
}

.blogList__item {
    width: 48%
}

.blogList__item__writer {
    padding-top: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #00a4b2
}

.blogList__item__img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover
}

.blogList__item__img-index {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover
}

.blogList__item__title {
    padding-top: 15px;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    color: #000
}

.blogList__item__descr {
    padding-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #7b7b7b
}


@media (max-width:768px) {
    .homeBlog-item-title {
        font-size: 15px;
    }

    .homeBlog-item-descr {
        font-size: 13px;
    }

    .blogHeader {
        padding-top: 50px
    }

    .blogImg {
        max-height: 300px
    }

    .blogHeader__title {
        font-size: 20px
    }
}

@media (max-width:1200px) {

    .blogList__item__title {
        font-size: 20px
    }

    .blogList__item__descr {
        font-size: 16px
    }
}



/*  */
.blogHeader {
    overflow: hidden;
    max-width: 1720px;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    align-items: center;
    height: 40vw;
}

.blogHeader .container {
    height: 100%;
}

.blogHeader__title-blog {
    height: 100%;
    width: 55%;
    display: flex;
    align-items: flex-end;

    color: #2A5C24;
    font-family: Belleza;
    /* font-size: 50px; */
    font-size: 3.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.blogList__item__img-blog {
    z-index: 12;
    width: 40%;
    max-width: 760px;
    height: 100%;
    right: 0%;
    top: 0;
    position: absolute;
}


@media (min-width:1440px) {
    .blogHeader__title {
        font-size: 50px;
    }
}