.blog-detail-page{
    padding: 50px 0;
}
.blog-post-time{
    font-size: 16px;
    line-height: 1.5;
    color: #4a578f;
}
.blog-post-time span{
    color: #42deb7;
}
.blog-detail-page .container{
    max-width: 825px;
}
.blog-detail-page h2 {
    font-size: 44px;
    line-height: 1.2;
    color: #00146b;
}
.blog-detail-page p {
    font-size: 20px;
    color: #0f216b;
    mix-blend-mode: normal;
    opacity: .8;
    margin: 15px 0 ;
    font-weight: 300;
}
.blog-detail-page h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 5px; 
    color: #183E62 ;
}

.blog-list-page {
    padding: 50px 0;
    min-height: 60vh;
}
.blog-list {
    box-shadow: 0 4px 4px hsl(0deg 0% 71% / 30%);
    padding: 20px;
    min-height: 524px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.blog-list img {
    height: 220px;
    object-fit: cover;
}

.blog-list span {
    color: #42deb7;
    font-weight: 500;
    font-size: 14px;
}
.blog-list h4 {
    font-size: 20px;
    font-family: UntitledSans,Helvetica,sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-list p {
    margin-bottom: 40px;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog-list a {
    background: transparent;
    color: #42deb7 !important; 
}
.blog-share{
    margin: 20px 0;
    color: #183E62;
}
.blog-share h4{
    font-size: 18px!important;
    line-height: 20px;
    color: #0f216b!important; 
    font-weight: 600;
    margin: 0!important;
    transition: all .2s ease-in-out;
}
.blog-share svg{
    width: 20px;
    height: 20px;
    margin: 0 5px;
    fill: #42deb7;
}




@media (max-width: 1600px) { 
    .blog-list-page {
        padding: 50px 0;
        min-height: 70vh;
    }
}

@media (max-width: 992px) { 


.blog-list{
    margin: 15px 0;
}

.blog-detail-page h2 {
    font-size: 24px; 
    margin: 10px 0;
}
.blog-detail-page h3 { 
    font-size: 18px;
    line-height: 22px; 
}
.blog-detail-page p {
    font-size: 16px; 
}


}