.info_text {
    text-align: center;
}

.headline {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

.headline__title {
    color: var(--color-black2);
    font-weight: 700;
    font-size: 33px;
    line-height: 33px;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 5px
}

.section-title {
    margin: 15px 0;
    font-size: 22px;
}

/*============================== breadcrumbs_blog ==============================*/
.breadcrumbs_blog {
    margin: 0 0 20p;
    margin-bottom: 27px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;

    margin-top: 15px;
}

.breadcrumbs_blog a {
    color: #000;
    color: #fff;
    text-decoration: none !important;
}

.breadcrumbs_blog a:hover {
    color: #ce215b;
}

.breadcrumbs_blog__delimiter {
    padding: 0 4px;
    color: #13141c;
    /* color: #fff; */
    font-weight: 400;
}

.breadcrumbs_blog__current {
    color: #13141c;
    /* color: #fff; */
    font-weight: 400;

}

/* ================================================= */
.Category_category__Bqrlq {
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px;
    color: #5920c5;
    /* font-weight: 600; */
    font-size: 14px;
    line-height: 120%;
    background: #fff;
    border-radius: 6px;
    margin: unset;
}

.Category_category__Bqrlq:first-child {
    margin-left: -6px;
}

html[data-theme=dark] .Category_category__Bqrlq {
    background: hsla(240, 0%, 60%, .1)
}

.Date_date__lzJ0M {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #544c63;
    margin-bottom: 0;
}

.BlogCard_container__ZX_XY {
    display: block;
    background: #f8f7ef;
    border-radius: 9px;
    overflow: hidden;
    cursor: pointer;
    will-change: transform;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .07);
}

.BlogCard_container__ZX_XY:hover .BlogCard_title__NmJ1k {
    color: #ce215b;
}

.BlogCard_container__ZX_XY:hover {
    -webkit-box-shadow: 0 9px 12px 0 #9c9c9c;
    -moz-box-shadow: 0 9px 12px 0 #9c9c9c;
    box-shadow: 0 9px 12px 0 #9c9c9c;
}

.BlogCard_container__ZX_XY:hover .BlogCard_cardImage__vldTL {
    transform: scale(1.05);
    transition: transform .3s ease-in
}

@media(max-width:769px) {
    .BlogCard_container__ZX_XY:hover .BlogCard_cardImage__vldTL {
        transform: scale(1);
        transition: none
    }
}

.BlogCard_cardImageContainer__MmMKQ {
    overflow: hidden
}

.BlogCard_cardImage__vldTL {
    width: 100%;
    height: 100%;
    transition: transform .3s ease-in
}

.BlogCard_description__3k1q6 {
    padding: 8px 15px;
    padding-bottom: 18px;
}

.BlogCard_infoBlock___Wxns {
    display: flex;
    align-items: center;
    gap: 8px;
    /* margin-bottom: 12px */
}

.BlogCard_title__NmJ1k {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #292433;
    margin: unset;
    margin-bottom: 9px;
    margin-top: 3px;
    word-wrap: break-word;
    text-transform: capitalize;
}

.BlogCard_text__MMLoe {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #6B627A;
    word-wrap: break-word;
    margin: unset;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

html[data-theme=dark] .BlogCard_container__ZX_XY {
    background: #a6a1b2;
}

.Blog_container__6GCXk {
    /* margin: 0 auto 84px; */
    margin: 0 auto 16px;
    /* max-width: 1750px */
    border-radius: 10px;
}

.Blog_container__6GCXk a {
    color: inherit;
    text-decoration: none;
    border: 0.5px solid #ffdde9;
}

.Blog_container__6GCXk a:hover {
    color: #ce215b;
}

.Blog_header__7AQZ9 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

@media(max-width:720px) {
    .Blog_header__7AQZ9 {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }
}

.Blog_title__h_n0U {
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    letter-spacing: -.5px;
    color: #292433;
}

@media(max-width:720px) {
    .Blog_title__h_n0U {
        font-size: 24px
    }
}

.Blog_containerCards___90OW {
    display: -ms-grid;
    display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(247px, 1fr));
    grid-auto-rows: minmax(143px, auto);
    grid-auto-flow: dense;
    width: 100%;
}