.blog-header {
    width: 75%;
}

.blog-title {
    margin-bottom: 40px;
    color: black;
    letter-spacing: 3.2px;
    font-size: 16px;
    font-weight: 600;
}

.blog-phrase>h1 {
    font-size: 56px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: black;
    line-height: 66px;
    margin-bottom: 0rem;
}

.grid-blog {
    margin: 150px 0px 90px 0px;
}

.all-blog-page {
    margin-top: 108px;
}

.article {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 64px;
}

.article h5 {
    margin: 24px 0px;
    line-height: 34px;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    color: black;
    font-weight: 400;
}

.article p {
    color: #A0A0A0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.78px;
}