
    body{
        overflow-x: hidden;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; 
      }
    .blogs {
        display: flex;
        justify-content: center;
        margin-top: 150px; 
        font-size:55px !important;     
    }
    .blogs2{
        display: flex;
        justify-content: center;
        margin-bottom:100px;   
    }
    .section3images {
        margin-top: 100px;
        margin-bottom: 50px;

    }
    .cardimg p:hover {
    color: brown;
  }
    .cardimg {
        padding: 10px;
        margin-bottom: 20px;
    }

    .blogrow2 {
        border: none;
    }

    .blogcard {
        width: 350px;
        height: 184px;
    }
    .pagination{
        display:flex!important;
        align-items:center!important;
        justify-content: center;
        font-size:20px!important;      
    }
    .pagination .page-number.active{
        background-color:#90331c;
    color: white;
    
    } 
    .pagination .page-number:hover {
        background-color:#90331c;
    color: white!important;
    }
    .page-number{
        padding: 10px;
    }
    .cardimg img{
        width: 100%; 
        max-width: 400px;
}  
.cardimg p{
font-size: 23px;
font-weight:bold;
}


@media (max-width:449px) {
    .blogs{
        font-size: 32px !important; 
    }
   .blogs2{
    font-size: 20px; 
   }
   .mediatop{
       margin-top:-50;
   }
}
.blogslug{
    text-decoration: none;
    color:black;
    
}
.blogslug:hover{
    text-decoration: none;
    color:black;
}

@media (min-width:446px)and (max-width:576px) {
    .cardimg {
    width: 100%;            
    margin: 0 auto;         
    padding: 0 15px;        
    box-sizing: border-box; 
  }

  .blogslug p {
    font-size: 20px;        
    text-align: center;     
  }

  .blogslug img {
    width: 100%;            
    height: auto;           
    display: block;        
    margin: 0 auto;        
  }
}
@media (max-width:445px) {
    .blogslug p {
        font-size: 20px;
    }
}
@media (min-width:576px)and (max-width:1000px){
    .blogslug p {
    font-size: 19px;        
    text-align: center;     
  }
}
