section.blog_banner {
    height: 530px;
    background: url("../../assets/images/blogs/banner.jpg") no-repeat center center/cover;
}

section.blog_banner .content {
    max-width: 693px;
}

section.other_blogs .blog_image,
section.blogs .blog_image {
    position: relative;
}

section.other_blogs .blog_image {
    max-height: 300px;
    overflow: hidden;
}

section.other_blogs .blog_image span.date,
section.blogs .blog_image span.date {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 70px;
    padding: 15px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #1c1c1c;
    text-align: center;
    font-family: var(--Verdana);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border-radius: 8px;
    overflow: hidden;
    background: #FFF;
}

section.blogs .main_content .post-info,
section.other_blogs .main_content .post-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

section.other_blogs .main_content .post-info p,
section.blogs .small_content .post-info p,
section.blogs .large_content .post-info p {
    color: var(--ColorLightGray);
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 0;
}

section.blogs .main_content {
    /* display: grid;
    max-width: 100%;
    grid-template-columns: 50% calc(50% - 30px);
    grid-template-rows: minmax(auto, auto);
    gap: 24px; */
    /* display: grid;
    max-width: 100%;
    grid-template-columns: 50% calc(50% - 30px);
    grid-template-rows: 1fr 1fr;
    gap: 24px; */

    display: grid;
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

section.other_blogs .main_content {
    gap: 16px 0;
    display: flex;
    flex-direction: column;
    padding: 24px;
}

section.blogs .main_content .large_content {
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid rgba(33, 33, 33, 0.15);
    overflow: hidden;
    background-color: #FFF;
    transition: var(--transition3);
    -webkit-transition: var(--transition3);
    -moz-transition: var(--transition3);
    -ms-transition: var(--transition3);
    -o-transition: var(--transition3);
}

section.blogs .main_content .large_content:hover {
    border: 1px solid #018750;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    transition: var(--transition3);
    -webkit-transition: var(--transition3);
    -moz-transition: var(--transition3);
    -ms-transition: var(--transition3);
    -o-transition: var(--transition3);
}

section.blogs .large_content {
    grid-column: span 1;
    grid-row: span 3;
}

section.blogs .header h2 {
    margin-bottom: 0;
}

section.blogs .large_content .blog_image {
    overflow: hidden;
}

/* section.blogs .large_content:hover img {
    transition: var(--transition5);
    transform: scale(1.1);
} */

section.blogs .large_content:hover .read-more,
section.blogs .small_content:hover .read-more,
section.other_blogs .content:hover a {
    transition: var(--transition5);
    gap: 0 15px;
}

section.blogs .large_content:hover h3,
section.blogs .small_content:hover h3,
section.other_blogs .content:hover h3 {
    transition: var(--transition5);
    background: #FFF;
}

section.other_blogs .card-repeater.tiers .tier--card img {
    width: 100%;
}

section.blogs .main_content>div:hover a {
    transition: var(--transition5);
    gap: 0 15px;
}

section.blogs .main_content>div:hover a path {
    transition: var(--transition5);
    fill: #FFF;
}

section.blogs .large_content img {
    /* min-height: 400px; */
    height: 250px;
    width: 100%;
    object-fit: cover;
}

section.blogs p.date {
    color: #6A6A6A;
    font-family: var(--Verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.blogs .header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

section.blogs .header h2 {
    color: #018750;
    font-family: var(--Verdana);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 800px;
}

section.blogs .header a.text-uppercase.goldbtn {
    padding: 15px 38px;
}

section.blogs .large_content .content,
section.blogs .small_content .content {
    padding: 20px 25px;
    gap: 16px 0;
    display: flex;
    flex-direction: column;
}

section.blogs .large_content .content>*,
section.blogs .small_content .content>* {
    margin-bottom: 0;
}

section.blogs .large_content .content h3 {
    color: #018750;
    font-family: var(--Verdana);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.blogs .large_content .content h3,
section.blogs .small_content .content h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

section.blogs .large_content .content p {
    color: #212121;
    font-family: var(--Verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.blogs .large_content .content p.bottom-link {
    display: flex;
    align-items: center;
}

section.blogs .large_content .content p.date {
    color: #6A6A6A;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.blogs .large_content .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

section.blogs .small_content .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

section.blogs .small_content .content .post-info p {
    color: white;
}

section.blogs .content span {
    color: #fff;
    font-family: var(--Inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

section.blogs .small_content img {
    height: 100%;
    object-fit: cover;
    max-width: 335px;
}

section.other_blogs form {
    padding: 13px 24px;
    border-radius: 6px;
    max-width: 728px;
    border: solid 1px #fff;
}

section.other_blogs .main_content h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}

section.other_blogs .main_content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    margin-bottom: 0;
}

section.other_blogs form input,
section.other_blogs form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--Inter);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    background: transparent;
    border: none;
}

section.other_blogs .content {
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #1c1c1c;
    cursor: pointer;
}

section.other_blogs .small_content .post-info p,
section.other_blogs .large_content .post-info p {
    color: var(--ColorLightGray);
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 0;
}

section.other_blogs .content .image {
    max-height: 300px;
    overflow: hidden;
}

section.other_blogs .content .image img {
    width: 100%;
    object-fit: cover;
}

section.other_blogs .row:not(.align-items-center) {
    gap: 24px 0;
}

section.other_blogs .paging>* {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--Inter);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid #FFF;
}

section.other_blogs .content:hover h3 {
    transition: var(--transition5);
    color: #FFF;
}

section.other_blogs .content:hover a {
    transition: var(--transition5);
    color: #FFF;
    gap: 0 15px;
}

section.other_blogs .content:hover img {
    transition: var(--transition5);
    transform: scale(1.2);
}

section.other_blogs .content:hover path {
    transition: var(--transition5);
    fill: #FFF;
}

section.other_blogs .paging {
    gap: 0 12px;
    margin-top: calc(80px - 24px);
}

section.other_blogs .paging a.prev.page-numbers {
    background: #FFF;
}

section.other_blogs .paging a.prev.page-numbers svg path {
    fill: #000;
}

section.other_blogs .paging span.page-numbers.current {
    color: #000;
}

section.other_blogs .paging a.next.page-numbers:hover,
section.other_blogs .paging span.page-numbers.current,
section.other_blogs .paging a.prev.page-numbers:hover {
    transition: var(--transition5);
    background: #FFF;
}

section.other_blogs .paging a.next.page-numbers:hover path {
    fill: #000;
}

@media (max-width: 1199px) {
    section.blog_banner .content {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    section.blogs .main_content {
        display: flex;
        flex-direction: column;
    }

    section.other_blogs .header h2 {
        margin-bottom: 50px;
    }

    section.other_blogs form {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    section.blog_banner.d-flex.align-items-center {
        text-align: center;
    }

    section.other_blogs .header h2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    section.blogs .header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    section.blogs .header .btn-more {
        margin-left: unset !important;
    }
}