.blog-image{
 width:100%;
}

.blog_author_details .author_image{
  width: 48px;
  height: 48px;
  border-radius: 99px;
}

.blog_author_details {
 display: flex;
 align-items: center;
 padding: 20px 0;
}

.blog_author_details .blog_author_title{
  color: var(--color__blue__light);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 4px;
}

.blog_author_details .blog_author_text{
  margin-left: 8px;
}

article img{
 max-width:100%;
}

article table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #333;
}

article th, td {
  border: 2px solid #333;
  padding: 8px;
  text-align: left;
}

article th {
  background-color: #f4f4f4;
}

article {
    line-height: 1.6;
    font-family: Helvetica, sans-serif;
}

article h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

article h2 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    letter-spacing: normal;
}

article h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}

article p,
article li {
    color: var(--color-black);
    font-size: 1.1rem;
}

article p {
    margin-bottom: 20px;
}

article ul,
article ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

article ul {
    list-style-type: disc;
}

article strong {
    color: var(--color-black);
}

article ol {
    list-style-type: decimal;
}

article a {
    color: var(--color__blue__light);
    text-decoration: none;
    font-weight: bold;
}

article a:hover {
    text-decoration: underline;
}

article pre {
    background: #eee;
    padding: 16px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
}

.read_next {
    margin-bottom:50px;
}

.read-next-sec {
   background: url("/img/bg_news.png") no-repeat center;
   background-size: cover;
}
.read-next-sec .heading {
    font-size: 48px;
    font-weight: 700;
}
.read-next-sec .heading em{
    font-style: normal;
    color: var(--color-blue);
}