.result-section {
    padding: 20px;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px lightgrey;
    box-shadow: 0 0 2px lightgrey;
    background-color: #fff;
    margin-bottom: 10px;
    height: max-content;
}


.blog-container a {
    text-decoration: none;
    color: inherit;
}

.blog-container .page-title {
    color: grey;
    margin: 40px 0;
}

.blog-container {
    margin-top: 20px;
    padding: 20px;
    min-height: 450px;
}

.posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.post {
    border-radius: 5px;
    box-shadow: 0 4px 7px 0 #00000021;
    overflow: hidden;
    transition: 0.3s;
}

.post .post-img {
    width: 100%;
    height: 200px;

}

.post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post .post-info {
    padding: 15px;
    background-color: #fff;
}

.post .post-info h4 {
    color: rgb(73, 73, 73);
}



.post .post-info p {
    padding-top: 10px;
    color: grey;
}


.blog-post-cont{
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-post-cont .post-wraper{
    padding: 20px;
    width: 100%;
    max-width: 1100px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px lightgrey;
    box-shadow: 0 0 2px lightgrey;
    background-color: #fff;
    margin-bottom: 10px;
}

.blog-post-cont .head-info{
   display: flex; flex-wrap: wrap; max-width: 400px; row-gap: 5px; column-gap: 20px;
}
.blog-post-cont .head-info .cap{
  color: gray;
}
.blog-post-cont .title{
    margin: 20px 0; font-size: clamp(1.5rem, 5vw, 2rem);
}

.blog-post-cont .post-photo img{width: 100%;height: 100%; object-fit: contain;}
.blog-post-cont .post-body{
    padding: 0 10px;
}
.blog-post-cont .post-photo{
    width: 100%;
    height: 550px;
    border-radius: 10px;overflow: hidden;
    margin: 25px 0;
}

.reader-sec i:not(i.fa-spinner), .reader-sec a{
    color:grey;
}
.reader-sec strong{
    color:rgb(13, 30, 140); font-size: 0.8rem;
}

.event-section1 .poster-info{
    width: 100%; align-items: center; margin-top: 2%;
  }
  .event-section1 .poster-info .user-image{
    width:70px; height:70px; border-radius: 5px; overflow: hidden;
  }
  .poster-info .user-image img{
    width:100%; height:100%; object-fit: cover; 
  }
  .event-section1 .poster-info .others{
    flex-direction: column; margin-left: 20px;
  }
  .event-section1 .others span{
    color:grey
  }
  .event-section1 .date-section{
    border: 1px solid lightgrey; width: 100%; margin-top: 3%; border-radius: 4px;
  }

  .event-section1 .date-section .row .row-data{ border-left: 1px solid lightgrey; padding: 15px;}
  .event-section1 .date-section .row .row-title{ padding: 15px; min-width: 120px;}
  .event-section1 .date-section .row{
    width: 100%; justify-content: flex-start;
  }

  .event-section1 .date-section .row:hover{
    background-color: #f2f2f2;
  }
  @media screen and (max-width:500px) {
    
    .event-section1 .date-section .row:nth-child(even){
    background-color: #f2f2f2c3;
  }
  
}


.event-section2 .event-descr{ margin-top: 3%;

}
.event-section2 .event-photo{
  width:100%;flex-direction: column;
gap: 10px;
} 
.event-section2 .event-photo img{
  width:100%; height:auto;
} 