body {
    background-color: #f7f8fc;
}
.blog_details ul li {
    font-size: 16px;
    padding-bottom: 1em;
    line-height: 25px;
}

.blog_details h3 {
    color: #fa565d;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.w-100 {
    width: 100%;
}

.post_item {
    display: flex;
}

.card-img {
    width: 100%;
}

.blog_area {
    margin: 100px 0;
}

.blog_title {
    margin-bottom: 32px;
    h1 {
        /* border-bottom: solid 4px; */
        width: fit-content;
        padding-bottom: 5px;
    }
}

.h-100 {
    height: 100%;
}

.blogHeading {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    color: #05103c;
}

.advertisement {
    position: relative;
    .center_commercial {
        position: sticky;
        top: 20px;
        z-index: 10;
    }
}

.blog_item {
    width: 100%;
    padding: 8px;
    background-color: white;
    margin: 0px 10px 20px 10px;
    border-radius: 12px;
    .blog_item_img {
        overflow: hidden;
        border-radius: 8px;
    }
    .blog_details {
        padding: 8px;
        box-shadow: none;
        h2 {
            font-weight: 500 !important;
            font-size: 18px !important;
            line-height: 28px !important;
            color: black;
        }
    }
}
