﻿.title-section_blog {
    display: flex;
    align-items: center;
    color: var(--text-color-313A48);
    margin-top: 40px;
    font-size: clamp(1rem, 2vw + 1rem, 1.875rem);
}

.title-section_blog span {
    position: relative;
    text-wrap: nowrap;
    margin-right: 18px;
    margin-left: 36px;
}

.title-section_blog span::after {
    content: "";
    background-image: url("assets/Images/texture/top-view-colorful-eyeshadow-white-1111-removebg-preview\ 2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 40px;
    position: absolute;
    left: -25px;
    top: -5px;
    z-index: -1;
    transform: rotate(15deg);
}

.title-section_blog-line {
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    margin-top: 10px;
}

.div-for-blog__p {
    -webkit-line-clamp: 16;
    line-clamp: 16;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.blog-card-img {
    height: 250px;
    width: 100%;
    border-top-right-radius: 30px;
    overflow: hidden;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.child-blog-title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30ch;
    color: #313A48;
    font-weight: 600;
}

.read-more-blog {
    margin-top: 20px;
    color: #2B7DC0 !important;
}

@media (min-width: 1200px) {
    .read-more-blog {
        position: absolute;
        right: 0;
        display: flex;
        flex-direction: row-reverse;
        top: 74%;
        color: #2B7DC0 !important;
    }

    .div-for-blog__p {
        -webkit-line-clamp: 15;
        line-clamp: 15;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
}

@media (min-width: 1400px) {
    .read-more-blog {
        position: absolute;
        right: 0;
        display: flex;
        flex-direction: row-reverse;
        top: 73%;
        color: #2B7DC0 !important;
    }

    .div-for-blog__p {
        -webkit-line-clamp: 15;
        line-clamp: 15;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
}

@media (min-width: 1600px) {
    .read-more-blog {
        position: absolute;
        right: 0;
        display: flex;
        flex-direction: row-reverse;
        top: 73%;
        color: #2B7DC0 !important;
    }

    .div-for-blog__p {
        -webkit-line-clamp: 16;
        line-clamp: 16;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }

}

.latest-blog-card-img {
    border-radius: 0 30px 0 0px;
    overflow: hidden;
}

.latest-blog-card-img img {
    width: 100%;
}