.heading-text h2 {
    font-weight: bold;
    color: #011685;
}

.blogs-row {
    margin-top: 10px !important;
}

#blog-area {
    margin-bottom: 20px;
    position: relative;
    height: 400px;
}

.blog-img {
    border: 1px solid #011685;
    opacity: 75%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
}

.blog-image-area {
    height: 360px;
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.post-category {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    letter-spacing: .2em;
    font-weight: 700;
    font-size: .6rem;
    text-transform: uppercase;
}

.blog-body {
    background-image: linear-gradient(to right, rgba(255, 55, 55, 0.5), rgba(39, 39, 231, 0.5));
    position: relative;
    bottom: 39%;
    z-index: 2;
    padding: 20px;
    max-width: 350px;
    width: 100%;
    height: 155px;
}

.blog-body h2 {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-body h3 {
    font-weight: bold;
    color: #fff;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-body p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
    color: #fff;
}

.blog-body span {
    color: white;
}

.blog-link {
    position: absolute;
    padding: 2px 10px;
    border-radius: 4px;
    right: 28px;
    bottom: 18px;
    color: #fff;
}

.blog-link:hover {
    background-color: blue !important;
    text-decoration: none;
}

@media only screen and (max-width: 576px) {
    #blog-area {
        width: 100%;
        margin-bottom: 15px;
    }

    .blog-link {
        right: 14px;
    }
}

.primary-color {
    color: #011685 !important;
}