.module-component-novosti-style-2 .breadcrumbs .container{
    padding: 0;
}



.module-component-novosti-style-2 .img{
    border-radius: var(--radius-32);
    overflow: hidden;
    aspect-ratio: 4/3;
}
.module-component-novosti-style-2 .img img{
    transition: var(--transition-fast);
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.module-component-novosti-style-2 .img:hover img{
    transform: scale(1.05);
}


.module-component-novosti-style-2 a.btn.secondary{
    margin-right: calc(var(--owl-nav-width) + var(--spacing-40));
}



.module-component-novosti-style-2 a.title,
.module-component-novosti-style-2 .description{
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.module-component-novosti-style-2 .description{
    -webkit-line-clamp: 4;
}

.module-component-novosti-style-2 a.btn.secondary{
    margin: auto;
}



@media (max-width: 767px) {
    
}

@media (min-width: 768px) and (max-width: 1023px) {
    
}

@media (max-width: 1023px) {
    .module-component-novosti-style-2 .main {gap: var(--spacing-16);}

    .module-component-novosti-style-2 .cards {gap: var(--spacing-32);}
    
    .module-component-novosti-style-2 .card .content {gap: var(--spacing-20);}
    .module-component-novosti-style-2 .card .content .date {font: var(--font-p1);}
    .module-component-novosti-style-2 .card .content .text {gap: var(--spacing-8);}
    .module-component-novosti-style-2 .card a.btn.transparent {width: fit-content;}
}

@media (min-width: 1024px) {
    
}