.newspapers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 5px;
    column-gap: 5px;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.newpaper .body{
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 4rem;

}
.newpaper .body .categ {
    margin-bottom: 1rem;
}
.newpaper .body .categ span {
    font-family: "Verdana-bold";
    font-weight: normal;
    font-size: 14px ;
    color: #e3a54f;
    line-height: normal;
}
.newpaper .body .title {
    margin-bottom: 1.5rem;
}
.newpaper .body .title h3 {
    font-family: "Verdana-bold";
    font-size: 16px ;
    color: #000;
    line-height: normal;
}

.newpaper .body .summary {
    margin-bottom: 2rem;
}
.newpaper .body .summary p {
    font-family: "Verdana";
    font-size: 16px ;
    color: #000;
    line-height: normal;
}

.newpaper .body .action a {
    font-family: "Verdana-bold";
    font-size: 16px ;
    color: #e3a54f;
    line-height: normal;
}
.newpaper .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}