.custom-posts {
    padding-top: clamp(40px, 6vw, 60px);
    padding-bottom: clamp(40px, 6vw, 60px);
    
    margin: 0 auto;
}


.custom-posts-content {
    max-width: 1200px;
    margin: 0 auto;
}

.custom-posts .post-grid a {
    display: block;
}

.custom-posts .entry-title {

    margin-top: 0;
}

.custom-posts .button {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 8px 12px 8px 16px;
    border-radius: 30px;
    display: flex;
    gap: 5px;
    width: fit-content;
    align-items: center;
    margin-top: 10px;
}
.custom-posts .button:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 11 12'%3E%3Cpolygon fill='%23ffffff' points='5 0 3.8 1.3 7.6 5.1 0 5.1 0 6.9 7.6 6.9 3.8 10.7 5 12 11 6 5 0'/%3E%3C/svg%3E");
    display: block;
    width: 12px;
    height: 12px;
    line-height: 0;
}
@media screen and (min-width: 768px) { 
    .custom-posts .heading {
        text-align: center;
    }
}
@media screen and (min-width: 1024px) {  

}
.elementor-element[data-element_type="container"]:has(.elementor-widget-custom-posts),
.elementor-element[data-element_type="container"] > .e-con-inner:has(.elementor-widget-custom-posts){

    max-width: 100%;
    
}