.blog-sec {
    padding: 50px 0;
}
.blog-sec img.img-fluid.w-100 {
    height: 450px;
    object-fit: cover;
}
.library-articles-card {
    border: 1px solid #cfd4dd;
}
.library-articles-card img.img-fluid.w-100 {
    height: 250px;
}
.library-articles-text {
    padding: 25px;
}
.postby-div {
    display: flex;
    align-items: center;
    color: #3e90b3;
    gap: 15px;
    margin-bottom: 10px;
}
.postby-div p {
    margin: 0;
}
.library-articles-text h5 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.post-detail {
    display: flex;
    gap: 10px;
    align-items: center;
    border-top: 1px solid #cfd4dd;
    padding-top: 20px;
    margin-top: 30px;
}
.post-detail figure img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.post-detail p {
    margin: 0;
}
span.text-muted::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #a1abbd;
    border-radius: 50%;
    top: 5px;
    left: 5px;
}
.post-detail span {
    padding-left: 20px;
    position: relative;
}

/* blog detial p?ages css */
.detail-div span {
    font-size: 22px;
    font-family: var(--regular-font);
    margin: 10px 0 5px 0;
    display: block;
}
.types-signs {
    margin: 30px 0;
}
.types-signs span {
    font-size: 30px;
}
ul.points2 {
    margin: 0;
    padding: 0 0 0px 20px;
    column-count: 2;
}
ul.points2 li {
    position: relative;
    list-style: none;
    padding: 15px;
    color: #848484;
    font-size: 15px;
}
ul.points2 li::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url("../img/li2.png");
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    left: -20px;
    top: 20px;
}
.quote-box {
    background: rgb(38, 38, 38);
    background: linear-gradient(
        90deg,
        rgba(38, 38, 38, 1) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    padding: 50px;
    color: var(--light-color);
    margin: 50px 0;
    border-radius: 8px;
    position: relative;
}
.quote-box::before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 150px;
    background: #f3f4fb;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    top: 35px;
}
.quotation-mark1 {
    position: absolute;
    left: 60px;
    top: 40px;
}
.quotation-mark2 {
    position: absolute;
    right: 60px;
    bottom: 60px;
}
.quote-box-text {
    height: 120px;
    overflow: auto;
}
.quote-box-text::-webkit-scrollbar {
    width: 0px;
}

@media (max-width: 1024px) {
    ul.points2 {
        column-count: 1;
    }
}
@media (max-width: 992px) {
    .quotation-mark1 {
        left: 30px;
    }
    .quote-box-text {
        width: 475px;
    }
    .quotation-mark2 {
        right: 30px;
    }
}
@media (max-width: 575px) {
    .quotation-mark1 {
        left: 20px;
        top: 20px;
    }
    .quotation-mark1 img {
        width: 30px;
    }
    .quotation-mark2 {
        right: 20px;
        bottom: 20px;
    }
    .quotation-mark2 img {
        width: 30px;
    }
    .quote-box {
        padding: 50px 20px;
        margin: 20px 0;
    }
    .quote-box-text {
        width: 200px;
        font-size: 12px;
    }
    ul.points2 li {
        padding: 10px;
        font-size: 13px;
    }
}
