.text-center h1{
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Sofia Sans', sans-serif;
    margin-bottom: 45px;
    color: #000;
}
.article-item{
    display: block;
    height: 590px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.article-item img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    border-radius: 25px
}
.category-articles .article-content{
    position: absolute;
    bottom: 50px;
    max-width: 450px;
    width: 90%;
    padding: 20px 20px 0px 20px;
    height: 127px;
    overflow: hidden;
}
.article-content{
    position: absolute;
    bottom: 20px;
    max-width: 450px;
    width: 100%;
    padding: 20px 20px 0px 20px;
    height: 127px;
    overflow: hidden;
}
.article-date{
    position: absolute;
    top: 0;
    padding: 15px;
    background: #E0F9DC;
    max-width: 104px;
    border-radius: 20px 0px;
    font-size: 14px;
    font-weight: 700;
}
.article-content__title{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}
.article-content p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.article-item:hover img{
    transform: scale(1.1);
    transition: 0.3s;
}
.load_more_posts.btn{
    margin: 15px auto;
    max-width: 155px;
    width: 100%;
    background-color: #FC5B31;
    transition: 0.3s;
    font-family: 'Onest', sans-serif;
    color: #fff;
    border-radius: 50px;
}
.load_more_posts.btn:hover{
    background-color: #E24B24;
}
.load_more_posts.btn:active{
    background-color: #FF7855;
}
.article-link{
    position: absolute;
    left: 47%;
    top: 50%;
}
.category-actions div p:first-child{
    width: fit-content;
    margin: 45px auto;
    padding: 15px 20px;
    background: #E0F9DC;
    font-size: 16px;
    font-weight: 400;
}
@media (max-width:1240px){
    .article-item{
        height: 420px;
    }
    .article-link {
        left: 44%;
        transform: scale(0.8);
        top: 45%;
    }
    .article-content p{
       font-size: 14px;
    }
    .pagination {
        margin: 25px 0px 100px 0px;
    }
    .article-content__title {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .article-content{
        height: 100px;
    }
}
@media (max-width:991.98px){
    .article-content p{
        display: none;
    }
    .article-content__title {
        font-size: 18px;
        width: 95%;
    }
    .category-articles .article-content {
        position: absolute;
        bottom: 20px;
        max-width: 450px;
        width: 90%;
        padding: 20px 20px 0px 20px;
        height: 127px;
        overflow: hidden;
    }
}
@media (max-width:767.98px){
    .article-item{
        height: 220px;
    }
    .article-link {
        left: 42%;
        right: 42%;
        transform: scale(0.7);
        top: 42%;
    }
    .article-content p{
        display: none;
    }
    .pagination {
        margin: 25px 0px 70px 0px;
    }
    .article-content__title{
        font-size: 14px;
        margin-bottom: 0;
    }
    .article-date {
        position: absolute;
        top: 0;
        padding: 10px;
        background: #E0F9DC;
        max-width: 87px;
        border-radius: 20px 0px;
        font-size: 12px;
        font-weight: 700;
    }
    .article-content {

        height: auto;
        bottom: 10px;
        padding: 0 20px;
        overflow: visible;
    }
    .category-articles .article-content {
        height: auto;
        bottom: 43px;
        padding: 0 20px;
        overflow: visible;
        width: 90%;
    }
    .article-item img {
        width: 100%;
        border-radius: 20px;
    }
}

@media(max-width:480px){
    .text-center h1{

        font-size: 37px;

    }
}