.rowblog{
    display: grid;
    grid-template-columns: repeat(4, 12fr);
    gap: 60px;
    padding: 0 60px;
    background: #ebebeb;
    margin-top: 240px;
}
.imageblog{
    displaY: block;
    position: relative;
    margin-top: -240px;
}
.imageblog img {
    max-width: 100%;
}
.captionblog{
    margin-top: 50px;
}
.articleblogname{
    font-family: "Titlu", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
.articleblogdescr{
    font-size: 16px;
    font-weighT: 400;
    color: #000;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.mbblog{
    margin-bottom: 160px;
}