.page-wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-header-info{
  width: 100%;
  margin-top: 40px;
  margin-bottom: 24px;
}

.category-post-item,.category-parvandeh-item{
  width: 24%;
  margin: 0 .5% 24px !important;
  height: auto !important;
}

.interview-archive-item{
  width: 24%;
  margin: 0 .5% 24px;
  padding: 24px;
  border-radius: 16px;
  background-color: var(--wihte);
}
.post-box-slider-item_type2>a {
  height: 190px !important;
}
.post-box-slider-item_type2 img {
  width: 100%;
  height: 190px !important;
}
.search-title::before,.search-title::after{
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  width: 100% !important;
}
.search-title::after{
  width: 100px !important;
}
.search-title{
  padding-bottom: 16px;
}

.position-reletive{
    position: relative;
}
.archive-date{
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    color: #222;
    font-size: .8rem;
    background: #ffffffcf;
    padding: 2px 6px;
    border-radius: 25px;
}



/******************* big screan scope ************************* */

@media screen and (min-width: 1441px) {
  
    



  }
  
  /*********************** middle screan scope ******************** */
  
  @media screen and (min-width: 1024px) and (max-width: 1280px) {
   




  }
  
  /***********************tablet scope****************/
  
  @media screen and (max-width: 1023px) {
    .category-post-item,.interview-archive-item,.category-parvandeh-item{
      width: 31%;
      margin: 0 1.15% 24px 1.15% !important;
    
    }
    





  }
  
  /*******************large mobile scope*******************/

  @media screen and (max-width: 767px){
    .category-post-item,.interview-archive-item,.category-parvandeh-item{
      width: 48%;
      margin: 0 1% 24px 1% !important;
    
    }



  }



  /*******************mobile scope*******************/
  @media screen and (max-width: 599px) {
    .category-post-item,.interview-archive-item,.category-parvandeh-item{
      width: 95%;
      margin: 0 2.5% 16px 2.5% !important;
    
    }
    .post-box-slider-item_type2>a {
      height: 160px !important;
  }
    .post-box-slider-item_type2 img {
      width: 100%;
      height: 160px !important;
  }

  
  

  
  }
  





