.blog-single-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #272154;
}


.blog-single-image-wrapper {
    width: 100%;
    /* aspect-ratio: 4 / 3; */
    overflow: hidden;
    border-radius: 18px;
    background: #f1f3f8;
}

.blog-single-image {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    border-radius: 12px;
    overflow: hidden;
}



.blog-single-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #272154;
}

.blog-single-content p {
    margin-bottom: 18px;
    text-align: justify;
    margin-top: 30px;
}

.blog-single-content h2,
.blog-single-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #151c73;
}

.blog-single-share {
    margin-bottom: 40px;
}
.blog-single-date{
    color: black;
    font-size: 1.1rem;
    font-weight: 500;
}
.blog-share-text {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    color: #151c73;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .blog-share-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .blog-share-text {
        font-size: 1rem;
    }
}

/* .blog-single-share a {
    display: inline-block;
    padding: 6px 12px;
    background: #272154;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 0.9rem;
}

.blog-single-share a:hover {
    background: lightgray;
}

.blog-single-meta .blog-single-share a:hover {
    color: #272154;
} */

@media (max-width: 768px) {

    .blog-single-title {
        font-size: 2rem;
    }
}