﻿.banner-section {
    height: 400px;
    background: url(/assets/images/blogs/blog-banner.webp);
    background-position: center;
    background-size: cover !important;
}

    .banner-section h2 {
        color: #11294f;
        margin: 0% auto;
        padding-top: 165px;
        font-size: 55px !important;
    }

.blog-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-title {
    margin-bottom: 38px;
}
.page-content h1 {
    font-size: 42px!important;
}

.page-content p {
    font-size: 20px!important;
}
.page-content img {
    height: auto;
    margin: 6px;
    border-radius: 5px;
    overflow: hidden;
}
p.publish-date {
    color: #979393;
    margin-top: -34px;
    font-size: 15px !important;
    margin-left: 1px;
}
.page-content ul {
    font-size: 20px !important;
}
@media (max-width: 640px) {
    .recent-post-item {
        width: 100%;
    }

    .page-content img {
        width: 360px !important;
    }
    .col-sm-6{
        width:100%;
    }
}