:root {
    --grey-color: #696969;
}

.blog .card {
    border-radius: 8px;
    box-shadow: 0 16px 17px 0 rgba(0, 0, 0, 0.18);
    border: none;
}
.blog .card-img-top {
    height: 223px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.blog .heading_article .card-img-top {
    height: auto;
    border-radius: 0;
}
.blog .card-title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: var(--font-color);
}
.blog .heading_article .card-title {
    font-size: 25px;
}
.blog .card-subtitle {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: var(--grey-color);
    margin-bottom: 0.2rem;
}
.blog .heading_article .card-subtitle {
    font-size: 15px;
}
.blog .card-text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: var(--grey-color);
}
.blog .heading_article .card-text {
    font-size: 22px;
}
.blog .card-date {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: var(--grey-color);
    margin-top: 0.75rem;
    margin-bottom: 0.9rem;
    display: flex;
    align-items: center;
}
.blog .heading_article .card-date {
    font-size: 15px;
    margin-top: 1rem;
    margin-bottom: 1.15rem;
}
.blog .card-date .calendar-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.blog .heading_article .card-date .calendar-icon {
    width: 18px;
    height: 18px;
}

.read_more {
    width: 100%;
    height: 54px;
    border-radius: 6px;
    background-color: var(--color);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.read_more:hover {
    color: #fff;
}
.heading_article .read_more {
    width: fit-content;
    padding-left: 4rem;
    padding-right: 4rem;
}

.post .img-fluid {
    max-height: 70vh;
    object-fit: cover;
}

.post .post_category {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: var(--grey-color);
}

.post .post_title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: var(--font-color);
}

.post .post_content > * {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.51;
    letter-spacing: normal;
    color: var(--grey-color);
}

.post .post_date {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.97;
    letter-spacing: normal;
    color: var(--grey-color);
    display: flex;
    align-items: center;
}

.post .post_date .calendar-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}