section.search {
    background:var(--red-bg);
    color: #fff;
}

section.search button {
    background: transparent;
    border: none;
}

section.search .row {
    width: 53%;
    margin: auto;
    margin-bottom: 50px;
}

section.blogs .post_image {
    height: 400px;
    margin-bottom: 20px;
}


section.blogs p.post-date {
    color: var(--red-bg);
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}

section.blogs .author p {
    color: var(--red-bg);
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}
.post_txt{
    margin-bottom: 30px;
}
@media (min-width: 1200px) {
    section.search {
        padding-top: 250px;
    }
}

/* Section Blogs */
section.blogs {
    background: var(--red-bg);
    padding-bottom: 1px;
}

section.blogs .post_image {
    height: 400px;
}

section.blogs .post_image img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

section.blogs .img-bg {
    background: url(../../assets/img/blogs/blog.png) no-repeat center center/cover;
    padding: 100px 50px !important;
    border-radius: 5px;
    border: 1px solid #FFF;
    width: 49%;
    margin-left: 10px;
    display: flex;
    justify-content: center;
}

section.blogs .row .card {
    padding: 20px;
    border-radius: 5px;
    background: #0C0C0C;
    color: #fff;
}

section.blogs .author img {
    width: 30px;
    border-radius: 30px;
}

section.blogs .author {
    gap: 10px;
}

section.blogs .row.featured--blog {
    margin-bottom: 30px;
}

section.blogs .row.main--blogs {
    row-gap: 25px;
    margin-bottom: 70px;
}

section.blogs .paging a {
    font-family: 'Open-Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    padding: 10px 17px;
}


.page-numbers.current {
    border-radius: 3px;
    border: 1px solid var(--white, #FFF);
    color: #fff;
    font-family: 'Open-Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    padding: 10px 17px;
}

@media (max-width: 1199px) {
    section.blogs .img-bg {
        width: 98%;
        margin-bottom: 30px;
    }
}


section.blogs-contact-us {
    background-color: var(--red-bg);
}

.blogs .featured-blog .post_title{
    font-size: 24px;
}