.hp-category-articles-style2 {
    padding-left: 15vw;
    padding-right: 15vw;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #141414 0%, #5B5B5B 100%);
}

.hp-category-articles-style2-title {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 30px;
}

.dot {
    color: var(--main-color);
    font-size: 90px;
    line-height: 0;
}

.category-articles-style2 {
    display: grid;
    width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(12, 1fr);
}

.cat-articles-item-style2-1 {
    grid-column: 1 / span 12;
    border-radius: 15px;
    grid-template-columns: 3fr 2fr;
    display: grid;
    gap: 30px;
}

.cat-articles-item-style2-1 .category-articles-style2__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
}

.category-articles-style2__thumb {
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.cat-articles-item-style2-2 {
    grid-column: 1 / span 6;
}

.cat-articles-item-style2-3 {
    grid-column: 7 / span 6;
}

.category-articles-style2__item {
    background: rgba(26, 26, 26, 0.88);
    transition: ease 0.3s;
}

.category-articles-style2__item:hover {
    transform: translateY(-2px);
}

.cat-articles-item-style2-2,
.cat-articles-item-style2-3 {
    display: grid;
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 15px;
    text-align: left;
    grid-template-columns: 1fr 1fr;
}

.cat-articles-item-style2-2 img,
.cat-articles-item-style2-3 img {
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
    aspect-ratio: 16 / 9;
}

.category-articles-style2__details {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.category-articles-style2__title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.category-articles-style2__content {
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.category-articles-style2__category {
    color: var(--main-color);
}

.category-articles-style2__date {
    opacity: 0.5;
}

.cat-articles-item-style2-1 img {
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 15px;
    object-fit: cover;
}

.cat-articles-item-style2-1 .category-articles-style2__title {
    font-size: 32px;
}

.cat-articles-item-style2-1 .category-articles-style2__details {
    justify-content: space-between;
}

.cat-articles-item-style2-1 .category-articles-style2__details {
    border-top: solid 1px;
    padding-top: 15px;
    margin-top: 60px;
}


/*Responsive CSS for Politis Group by Efi Kakouni*/

@media only screen and (max-width: 1650px) {
    .hp-category-articles-style2 {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media only screen and (max-width: 1250px) {
    .hp-category-articles-style2 {
        padding-top: 30px;
    }
    
    .hp-category-articles-style2-title {
        font-size: 36px;
    }
    
    .cat-articles-item-style2-1 {
        display: flex;
        flex-direction: column;
    }
    
    .cat-articles-item-style2-1 .category-articles-style2__content {
        padding: 30px;
        padding-top: 0;
    }

    .cat-articles-item-style2-1 .category-articles-style2__details {
        margin-top: 15px;
    }

    .cat-articles-item-style2-1 .category-articles-style2__title {
        font-size: 28px;
        margin: 0;
    }

}


@media only screen and (max-width: 1024px) {
    .category-articles-style2 {
        display: flex;
        flex-direction: column;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    
    .hp-category-articles-style2-title {
        font-size: 32x;
    }
    
    .cat-articles-item-style2-1 .category-articles-style2__title {
        font-size: 22px;
    }

    .cat-articles-item-style2-2, 
    .cat-articles-item-style2-3 {
        grid-template-columns: 1fr 2fr;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    
    .category-articles-style2__content {
        padding-right: 15px;
        padding-top: 6px;
        padding-bottom: 6px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .cat-articles-item-style2-1 .category-articles-style2__content {
        padding: 15px;
        padding-top: 0;
    }
    
    .category-articles-style2__details {
        font-size: 12px;
    }
    
    .category-articles-style2__title {
        line-height: 1.2;
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .cat-articles-item-style2-2 img, .cat-articles-item-style2-3 img {
        aspect-ratio: 1 / 1;
    }
    
    .cat-articles-item-style2-2 .category-articles-style2__thumb,
    .cat-articles-item-style2-3 .category-articles-style2__thumb {
        aspect-ratio: 1 / 1;
    }
    
    .hp-category-articles-style2-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

}

















