.blog_subscribe .blog_subscribe_row .col h2 {
    font-family: Epilogue;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    color: #22333B;
}

.blog_subscribe .blog_subscribe_row .col p {
    font-family: Epilogue;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #22333B;
    margin-top: 15px;
}

.blog_subscribe .blog_subscribe_container::before {
    display: none;
}

.blog_subscribe .blog_subscribe_row {
    width: 100%;
    max-width: 992px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 142px;
    padding: 67px 0 78px 0;
}

.blog_subscribe .blog_subscribe_row .col {
    width: 488px;
}

.blog_subscribe .blog_subscribe_row .col:last-child {
    max-width: 362px;
    width: 100%;
}

.blog_list {
    background-color: #fff;
    margin-top: 0;
    padding: 0;
}

.blog_list .blog_list_row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.blog_list .blog_card .thumbnail {
    width: 100%;
    height: 158px;
}

.blog_list .blog_card {
    width: 100%;
    border-radius: 5px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #C5C5C5;
}

.blog_list .blog_card:hover {
    box-shadow: none;
}

.blog_list .blog_list_row h3 {
    color: #22333b;
    font-family: Epilogue;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 9px;
}

.blog_list .blog_list_row .date_time {
    color: #22333B;
    margin-bottom: 9px;
    font-family: Epilogue;
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
}

.blog_list .blog_list_row p {
    color: #22333B;
    font-family: Epilogue;
    font-weight: 300;
    font-size: 15px;
    line-height: 145%;
}

.blog_list .blog_list_row .blog__read-more {
    color: #D52839;
    margin-top: auto;
    font-family: Epilogue;
    font-weight: 600;
    font-size: 15px;
    line-height: 145%;
    text-decoration: underline;
    padding: 8px 21px 20px 21px;
}

.blog_card>a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog_list .blog_card_body {
    padding: 15px 21px 0px 21px;
}

.blog_list .blog_list_container {
    max-width: 992px;
}


.blog_list .page-numbers {
    color: #fff;
    background: #22333B;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    line-height: 130%;
    font-weight: 600;
    font-family: 'Epilogue';
}

.blog_list .pagination {
    gap: 10px
}

.blog_list .pagination .current {
    color: #ffff;
    display: flex;
}

.page-numbers.dots {
    background: unset;
    color: #22333B;
    width: auto;
    height: auto;
}

a.next.page-numbers {
    color: #22333B;
    background: unset;
    width: auto;
    height: auto;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Epilogue';
}


a.prev.page-numbers {
    color: #22333B;
    background: unset;
    width: auto;
    height: auto;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Epilogue';
}

@media (max-width: 768px) {
    .blog_list .blog_card .thumbnail {
        width: 100%;
        height: 186px;
    }


    
    .blog_subscribe .blog_subscribe_container {
        max-width: 100%;
        padding: 50px 22px;
    }

    .blog_subscribe .blog_subscribe_row {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 25px;
        padding: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0;
    }

    .blog_subscribe .blog_subscribe_row .col {
        width: 100%;
        justify-items: center;
    }

    .blog_subscribe .blog_subscribe_row .col:last-child {
        max-width: 100%;
        width: 100%;
        justify-items: center;

    }

    .blog_subscribe .blog_subscribe_row .col p {
        text-align: center;
    }

    .blog_subscribe .blog_subscribe_row .col h2 {
        margin: 0;
    }

    .blog_list .blog_list_row {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
        padding: 0 22px;
    }

    .blog_list .page-numbers {
        width: 41px;
        height: 41px;
        font-size: 15px;
        font-weight: 600;
    }

    .blog_list .pagination {
        gap: 8px;
    }

    a.next.page-numbers {
        color: #22333B;
        background: unset;
        width: auto;
        height: auto;
        font-size: 15px;
        font-weight: 600;
        font-family: 'Epilogue';
    }

    a.prev.page-numbers {
        color: #22333B;
        background: unset;
        width: auto;
        height: auto;
        font-size: 15px;
        font-weight: 600;
        font-family: 'Epilogue';
    }

    .page-numbers.dots {
        background: unset;
        color: #22333B;
        width: auto !important;
        height: auto !important;
    }



}