.containerblogsilde {
    box-sizing: border-box;
    overflow: hidden;
}


@media (max-width: 912px) {
  .blog-grid-item{
    padding:15.8px 10px !important;
  }
}
@media (min-width:913px) and (max-width: 1024px) {
  .blog-grid-item{
    padding:19.2px 10px !important;
  }
}
@media (min-width: 767px) and (max-width:780px) {
  .blog-grid-item {
    padding:0.2px 10px !important;
  }
}
@media (min-width:800px) and (max-width:801px) {
  .blog-grid-item{
    padding:5.7px 10px !important;
  }
}
@media (min-width:802px) and (max-width:830px) {
  .blog-grid-item{
    padding:7.2px 10px !important;
  }
}
@media (min-width:831px) and (max-width:911px) {
  .blog-grid-item{
    padding:10.4px 10px !important;
  }
}
/* Responsive layout adjustments */
@media (max-width: 600px) {
    .containerblogsilde {
        
        margin-top:20px !important;
    }

    .bloglist-summary h2 {
        font-size: 10px;
    }

   
}
@media (min-width:1300px) and (max-width:1400px) {
  .blog-grid-item{
    padding:28.3px 10px !important;
  }
}
@media (min-width:1401px) and (max-width:1499px) {
  .blog-grid-item{
    padding:28.3px 10px !important;
  }
}
@media (min-width:1500px) and (max-width:1540px) {
  .blog-grid-item{
    padding:26.9px 10px !important;
  }
}
@media (min-width:1550px){
  .blog-grid-item{
    padding:28.6px 10px !important;
  }
}


.bloglist-grid {
    position: relative;
    background-color: #ffff;
    overflow: hidden;
    border-radius: 2px;
    padding-bottom: 38px;
}

.headbloglist {
    color: #fff;
    background-color: #1E3D8F;
    padding: 30px;
}

.blog-page-list {
    position: relative;
    overflow: hidden;
}

.blog-slide-container {
    list-style-type: decimal; /* Use default numbering */
    padding: 0px 20px; /* Adjust padding if necessary */
    margin: 0;
}

.blog-grid-item {
  border-bottom: 1px solid #000;
 padding: 28px 10px;
}
.blog-grid-item:last-child {
    border-bottom: none; /* Remove border from the last item */
}
.bloglist-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 10px;
}

.bloglist-summary {
    flex: 2;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bloglist-summary h2 {
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.containerblogsilde .bloglist-summary {
    display: flex;
    position: relative;
    padding: 10px;
/*     border: 1px solid #ccc; /* Optional border for better visibility */ */
    min-height: 60px; /* Adjust based on your needs */
}

.bloglist-number {
    font-size: 0.8em;
    font-weight: bold;
    padding: 5px 12px; /* Padding around the number */
    background-color: #fff; /* Background color for the number */
    border-radius: 50%;
    position: absolute;
    left: 0; /* Align to the left */
    border:2px solid #1E3D8F;
}

.bloglist-title {
    flex: 1; /* Take up remaining space */
    text-align: left;
    padding-left: 36px; /* Space for the number */
    display: flex;
    align-items: flex-end; /* Align text at the bottom */
}

.bloglist-title a {
    color: #000;
    font-weight: 600;
}
