.single-blog-card {
    border: 1px solid #e58cc3 !important; 
    border-radius: 0px;
    padding: 15px;
    background-color: #fff;
    transition: border-width 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
  }
  
  .single-blog-card:hover {
    border-width: 5px !important;
    box-shadow: 0 4px 12px #e58cc3;
    z-index: 2; 
  }