
.art4 {
    display: block;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;
    margin: 0px auto;
    max-width: 800px;
    width: auto;
    padding: 10px 0px 10px;
    border-bottom: 1px dashed rgb(158, 158, 158);
}

.art4 h1 {
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.1;
}

.art4 h1:hover {color:rgb(172, 26, 0)}

.art4 .meta span {
    color: rgb(32, 149, 226);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 1px;
}


.art4 img {
    width: 100%;
    max-width: 600px;
    height: 150px;
    object-fit: cover;
    border-radius: 3px;
    left:0;
}