.blog-list-no-result-found {
    font-family: iranyekan-bold, Sans-Serif;
    font-size: 30px;
    margin-top: 80px;
    margin-bottom: 200px;
}

.image-overlay {
  position: relative;
}

.image-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.15;
}

#blog-list-category-list {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}

#blog-list-category-list #blog-list-title {
    color: black;
    padding: 15px;
    font-family: rokh-regular, Sans-Serif;
    text-align: center;
    background-color: #ffac43 !important;
    font-size: 25px;
}

#blog-list-category-list .item {
    padding-top: 15px;
}

#blog-list-category-list .item > a {
    text-decoration: none;
    color: black !important;
    font-family: iranyekan-normal, Sans-Serif;
    font-size: 16px;
}

#blog-list-page-header-container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.blog-card {
    background-color: white;
    border: 3px solid rgba(51, 51, 51, 0.04);
    border-radius: 15px;
    padding: 23px;
    margin-top: 20px;
    /* height: 360px; */
}

.blog-card p {
    text-align: start !important;
}

.blog-card h6 {
    text-align: start !important;
}

.blog-card img {
    border-radius: 10px;
    object-fit: cover;
    width: 100% !important;
    margin-bottom: 10px;
}

.blog-card .title {
    text-align: end;
    font-size: 14px;
    color: black !important;
    text-decoration: none;
    font-family: iranyekan-bold, Sans-Serif;
}


.blog-card .sub-title {
    font-size: 14px;
    text-align: justify !important;
    font-family: iranyekan-light, Sans-Serif;
    margin-top: 16px;
}

.blog-card .button {
    font-size: 14px;
    color: rgb(255, 172, 67);
    font-family: iranyekan-normal;
    padding: 0px;
    margin-bottom: 10px;
}

@media screen and (max-width: 770px) {
    #blog-list-page-header-container {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}
