.most-readed__title {
    display:block;
    font-size:40px;
    line-height:36px;
    font-weight:700;
    width:100%;
    font-family: "Merriwheather" !important;
    margin-bottom: 15px;
}
.most-readed__item {
    display:flex;
    align-items:center;
    gap:20px
}
.author-link,
.info,
.post-date,
.separador {
    font-style:italic;
    color: #333333;
    font-family:"Source Sans Pro",sans-serif !important;
    font-size:12px;
    line-height:22.4px
}
.most-readed__item.item2{
    margin: 20px 0
}
.most-readed__item .title {
    color:#000;
    font-size:16px;
    margin:3px 0 0
}
.most-readed__item .category {
    font-family:"Source Sans Pro" !important;
    letter-spacing:1px;
    color:#636363;
    font-size:11px;
    text-transform:uppercase;
    font-weight:700
}
.most-readed__item .date {
    color:#959595;
    font-size:12px;
    font-weight:500
}
.read__item__index,
.read__item__index span {
    font-family:bitter-thin;
    font-size:80px;
    font-weight:400;
    color:#f43132;
    width:40px;
    line-height: 1;
}
@media (max-width: 468px) {
    section.most-readed {
        margin:0 10px;
    }
}

