.lastNews,
.mostRead{
    overflow: hidden;
    padding: 0 20px;
}

.newsLink,
.readLink{
    text-decoration: none;
    color: var(--wp--preset--color--black);
}

.lastNews h2,
.mostRead h2{
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}

.newsImageWrapper,
.readImageWrapper{
    border-radius: 5px;
}

.newsImage,
.readImage{
    max-width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.newsContentWrap,
.readContentWrap{
    width: 100%;
    display: grid;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
}

.newsContentWrap h3,
.readContentWrap h3{
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
}

hr.newsSeparator,
hr.readSeparator{
	height: 2px;
	border-color: black;
}