.blog-item .title {
    font-size: 26px;
    font-weight: bold;
    color: #2A2A2A;
}

.blog-item .desc {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}


.blog-item:not(:last-child) .container {
    border-bottom: 1px solid #6C2383;
}

.blog-item {
    background: #F0EDE8;
}


.blog-detail {
    background: #F0EDE8;
}

.blog-detail .title {
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
}

.blog-detail p {
    font-weight: 300;
    font-size: 20px;
}

.blog-preview .blog-big-card {
    background: #F0EDE8;
    margin-top: calc(var(--bs-gutter-x) * .5);
    height: auto;
    width: 100%;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    display: flex;
}

.blog-preview .blog-card {
    background: #F0EDE8;
    padding: 30px;
    border-radius: 10px;
    min-height: 250px;
    position: relative;
    margin-top: calc(var(--bs-gutter-x) * .5);
}

.blog-preview .blog-card img, .blog-preview .blog-big-card img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    border-radius: 10px;
}

.blog-preview .blog-card .blog-card-detail, .blog-preview .blog-big-card .blog-card-detail {
    position: relative;
    z-index: 1;
}

.blog-preview .blog-card .title {
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -1px;
}

.blog-preview .blog-big-card .title {
    font-weight: bold;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -5px;
}

.blog-preview .blog-card .desc, .blog-preview .blog-big-card .desc {
    font-weight: 300;
    font-size: 18px;
    margin-top: 1rem;
}


.blog-preview .blog-card .img-shadow, .blog-preview .blog-big-card .img-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    -webkit-box-shadow: inset 0px 114px 168px -43px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 114px 168px -43px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 114px 168px -43px rgba(0, 0, 0, 1);

    border-radius: 10px;
}


.blog-preview .blog-big-card .blog-card-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-preview .blog-big-card .blog-card-detail .yellow-button {
    align-self: flex-start;
}
