#tarjet-newsroom .post-cards-flex *{
    font-style: normal;
    font-variant: normal;
    /*font-family: 'Alright Sans';*/
}

#tarjet-newsroom * {
    /*font-family: "HDUAlrightSans-Regular";*/
}

#tarjet-newsroom {
  background-size: cover;      
  background-repeat: no-repeat;
  background-position: center; 
}

#tarjet-newsroom .container-post-cards{
    padding: 10rem 0rem 10rem 1rem;
    max-width: 1260px;
    margin-left: auto;
}

#tarjet-newsroom .container-title{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}

#tarjet-newsroom h1.title {
    font-size: 34px;
    line-height: 40px; 
    color: #FFFFFF;
    margin-bottom: 10px;
    /*font-family: "HDUAlrightSans-Black";*/
    font-weight: 900;
}

#tarjet-newsroom p.description {
    font-size: 16px;
    line-height: 22px; 
    color: #FFFFFF;
}

#tarjet-newsroom .slider-btn-three{
    background: #ffffff;
}

#tarjet-newsroom .post-cards-flex {
    display:flex;
    column-gap: 30px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    scroll-snap-type: x mandatory; 
    scrollbar-width: none;
    -ms-overflow-style: none; 
}

#tarjet-newsroom .post-cards-flex::-webkit-scrollbar {
  display: none;
}

#tarjet-newsroom .post-card {
    flex: 0 0 auto;
    width: 280px;
    scroll-snap-align: start; 
    display: flex;
    column-gap: 30px;
    width: 100%;
    height: 100%;
    max-width: 994px;
    max-height: 416px;
    border-radius: 20px;
    padding: 40px;
    background-color: #fff;
    text-align: center;
}

#tarjet-newsroom .post-thumbnail {
    width: 504px;
    height: 336px;
}

#tarjet-newsroom .post-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#tarjet-newsroom .container-info-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 328px;
}

#tarjet-newsroom .post-title {
    font-size: 22px;
    line-height: 26px; 
    color: #BA0C2F;
    margin: 15px 0 10px;
    text-align: start;
    /*font-family: "Alright Sans", Verdana, sans-serif;*/
    /*font-family: "HDUAlrightSans-Black", Verdana;*/
}

#tarjet-newsroom .post-excerpt {
    font-size: 16px;
    line-height: 22px; 
    color: #212F37;
    margin-bottom: 15px;
    text-align: start;
    /*font-family: "HDUAlrightSans-Regular", Verdana;*/
}

#tarjet-newsroom .read-more-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #BA0C2F;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    /*max-width: 172px;*/
    max-width: 180px;
    /*font-family: "HDUAlrightSans-Black", Verdana;*/
}


@media (max-width: 768px) {
    #tarjet-newsroom .container-post-cards{
        padding: 2.2rem 0rem 3rem .8rem;
    }

    #tarjet-newsroom h1.title {
        font-size: 24px;
    }

    #tarjet-newsroom .container-title{
        width: 132vw;
        margin-bottom: 24px;
    }

    #tarjet-newsroom .post-card {
        padding: 16px;
        max-width: 88vw;
        height: 100%;
        min-height: 547px;
    }

    #tarjet-newsroom .post-cards-flex {
        gap: 8px;
        overflow-y: hidden;
        margin-left: -15px;
        padding-left: 13px;
        scroll-padding-left: 26px;
    }

    #tarjet-newsroom .post-thumbnail {
        width: 504px;
        height: 100%;
    }

    #tarjet-newsroom .read-more-btn {
        font-size: 13px;
        margin:0 !important;
        width: 176px;
        height: 42px;
    }
    #tarjet-newsroom .post-card{
        max-height: 166vw;
        padding: 16px 16px 32px 16px;
    }
    #tarjet-newsroom {
        margin-bottom: 4rem;
    }
    #tarjet-newsroom .container-info-card,
    #tarjet-newsroom .post-thumbnail{
        width:auto;
    }
    #tarjet-newsroom .post-thumbnail,
    #tarjet-newsroom .read-more-btn{
        margin: 0px 0px 24px 0px;
    }
    #tarjet-newsroom .post-thumbnail img{
        object-fit: cover;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    #tarjet-newsroom .post-excerpt {
        margin-bottom: 24px;
        height: 88px;
    }
    #tarjet-newsroom .post-title{
        height: 182px !important;
    }
}

/* @media (max-width: 460px){

} */

@media (max-width: 460px){
    #tarjet-newsroom .post-card {
        width: 100%;
        max-width: 312px;
        max-height: 171vw;
    }
    #tarjet-newsroom .post-thumbnail img{
        width: 100%;
        height: 100%;
        max-width: 280px;
        max-height: 280px;
    }
    /* .post-cards-flex{
        transform: translateX(50px);
    } */
}


@media (min-width: 1367px) {
  #tarjet-newsroom .container-post-cards{
    margin:auto;
  }
}

.block.tarjets-newsroom.default-padding{
    margin-top: 0px !important;
}