
.new3card-reklam-container {
    max-width:1056px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0 auto 36px;
}

.new3card-reklam {
    position:relative;
    display: flex;
    flex-direction: column;
    max-width: 336px;
    width: 100%;
    height: 280px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(185, 185, 185, .5);
    overflow: hidden;
    z-index:99;
}

.new3card-reklam-container .reklam-card {
    display:block;
    grid-column: 1 / -1;
    justify-self: center; 
    width: 100%;
    max-width: 1080px;
    overflow: hidden; 
    text-align: center;
    margin: 10px 0;
}

.new3card-reklam-container .desktop-reklam-card {
    display: block;
}

.new3card-reklam-container .mobile-reklam-card {
    display:none;
}

.new3card-reklam img {
    width:100%;
    height:auto;
    position:relative;
    display:block;
    object-fit: cover;
}

.new3card-reklam-body{
    padding: 10px;
}

.new3card-reklam a{
    display: flex;
    flex-direction: column; 
    text-decoration: none; 
    color: #333;
    height: 100%;
}

.new3card-reklam-body h3 {
    margin: 0;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    line-height:134%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    white-space:normal;
}
    .new3card-reklam-body h3.cardtitle {
        margin: 0;
        text-decoration: none;
        color: #333333;
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
        white-space: normal;
    }