.w-700 { max-width:349px; width:100%; }
/* start  css */
.popular-posts-card { margin-bottom:26px; }
.popular-posts-title h3 {
    color: #111;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    border-bottom: 3px solid #333333;
    margin: 0;
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.popular-posts-card { display:flex; flex-direction:row; gap:20px; position:relative; }
.popular-posts-img { max-width: 100px; width: 100%; height: 70px; }
.popular-posts-img img { max-width:unset; width:100%; height:100%; object-fit:cover; }
.popular-posts-text h3 { margin:0; line-height:0; }
.popular-posts-text h3 a {
    color: #111;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
}
.popular-posts-text h3 a:hover{
    text-decoration: none !important;
    color: #74191d;
}
.popular-posts-text span {
    color: #424242;
    font-family: Open Sans !important;
    font-size: 14px !important;
    font-style: italic !important;
    font-weight: 400;
    line-height: 11px;
}
/* start  end */