﻿.main__blogs {
    margin: 20px 0;
}

.main__blogs--title {
    font-size: 25px;
}

.main__blogs--content img{
    width: 80%;
    height: auto;
}

.blogs__header {
    display: flex;
    justify-content: space-between;
}

.blogs_img-main > img {
    width: 100%;
    height: 500px;
    margin: 20px 0;
    object-fit: cover;
}