.most-read-articles {
    display: flex;
    flex-direction: column;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.most-read-articles .title {
    color: #393939;
    font-family: Synonym;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0;
}

.most-read-articles .popular-post {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 35px 0;
    border-bottom: 1px solid #D9D9D980;
    opacity: 1;
    transition: .2s linear;
}

.most-read-articles .popular-post:hover {
    opacity: 1;
}

.most-read-articles .popular-post .thumbnail,
.most-read-articles .popular-post .thumbnail img {
    height: 55px;
    width: 90px;
    min-width: 90px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.most-read-articles .popular-post .title {
    font-size: 18px;
    line-height: 125%;
    transition: .2s linear;
    margin-top: 0;
}