p.pclase {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}
.custom-posts-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}

span.my-category-class {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Poppins", sans-serif;
    color: #e40000;
}


.custom-post {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



h2.hclass {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 23px;
    font-family: "Poppins", sans-serif;
}

.custom-post-image {
    background-size: cover;
    background-position: center;
    height: 350px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.custom-post-category ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

a.custom-post-link {
    text-decoration: none !important;
}

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none none !important;
}



a.my-category-class {
    background-color: #8067ad;
    color: white;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.08px;
    padding: 5px 11px;
    font-family: "Poppins", Sans-serif;
}

.content-and-link {
    background-color: #FAFAFA;
    padding: 20px;
}

p.gomlinke {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 800;
    line-height: 23px;
    font-family: "Poppins", sans-serif;
    color: #e40000;
}
.custom-post-text {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}


a.custom-postlink {
    color: #8067ad;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
}

a.linkckcim {
    color: black;
}


h1.kategoriaszoveg {
    color: #070707;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
}

@media (max-width: 767px) {
.custom-posts-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

.custom-post-image {

    height: 250px;
 
}




h1.kategoriaszoveg {
    color: #070707;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
}



}


