.blogpage a{
        text-decoration: none;
        font-family: ibm;
        font-size: 15px;
        text-transform: uppercase;
        color: #00000087;
        font-weight: 500;
    }
.breadcrumb p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .blog-details-banner img {
    width: 100%;
    border-radius: 5px;
  }
  
  .information {
    gap: 10px;
    margin: 20px 0;
    font-size: 14px;
  }
  
  .information img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  
  .dot {
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
  }
  
  .blog-details-content h1,
  .blog-details-content h2,
  .blog-details-content h3 {
    margin-top: 20px;
    font-weight: bold;
  }
  
  .blog-details-content p {
    margin-bottom: 16px;
    line-height: 1.6;
  }
  
  .recent-blog h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .rcent-blog-box {
    display: flex;
    margin-bottom:24px;
    gap: 10px;
  }
  .blog-details-banner{margin-bottom: 30px;}
  .rcent-blog-box img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.blog-details{padding-bottom: 50px;}
  
  .rcent-blog-box h3 {
    font-size: 14px;
    margin-top: 5px;
    font-family: ibm;
    text-transform: capitalize;
    color: #000;
  }
  
  .rcent-blog-box p{
    margin-bottom: 0;
    font-family: 'ibm';
    color: #00000082;
    font-size: 14px;
  }



  
  .blogpage h1{
    font-family: ibm;
    font-size: 37px;
    line-height: 45px;
  }
  .blogpage h2{
    font-family: ibm;
    font-weight: 500;
    font-size: 25px;
  }
  .blogpage h3{
    font-family: 'ibm';
    font-weight: 300;
    font-size: 18px;
  }