.news[_ngcontent-ng-c1786935008] {
    position: relative;
    background: transparent;
    padding: 0;
    overflow: hidden
}

@media screen and (max-width:576px) {
    .news[_ngcontent-ng-c1786935008] {
        padding: 60px 0
    }

    .news[_ngcontent-ng-c1786935008] .container[_ngcontent-ng-c1786935008] {
        padding: 0
    }
}

.news[_ngcontent-ng-c1786935008] .section-title[_ngcontent-ng-c1786935008] {
    letter-spacing: 9px
}

@media screen and (max-width:576px) {
    .news[_ngcontent-ng-c1786935008] .section-title[_ngcontent-ng-c1786935008] {
        letter-spacing: 3px
    }
}

.news__cards-wrapper[_ngcontent-ng-c1786935008] {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 16px
}

.news__cards-container[_ngcontent-ng-c1786935008] {
    display: flex;
    gap: 16px;
    padding: 0 16px;
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

@media screen and (max-width:576px) {
    .news__cards-container[_ngcontent-ng-c1786935008] {
        gap: 12px;
        padding: 0
    }
}

.news__card[_ngcontent-ng-c1786935008] {
    flex: 0 0 calc(25% - 12px);
    min-width: 280px;
    background: transparent;
    border: none;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .3s ease;
    border: 1px solid rgba(186, 255, 19, .2) !important;
    border-radius: 24px
}

.news__card[_ngcontent-ng-c1786935008]:hover {
    transform: translateY(-4px)
}

@media screen and (max-width:576px) {
    .news__card[_ngcontent-ng-c1786935008] {
        flex: 0 0 calc(50% - 6px)
    }
}

.news__card-img-wrapper[_ngcontent-ng-c1786935008] {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    flex-shrink: 0;
    background: #002717
}

.news__card-img-placeholder[_ngcontent-ng-c1786935008] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.news__card-img[_ngcontent-ng-c1786935008] {
    width: 100%;
    object-fit: cover;
    transition: transform .4s ease;
    display: block
}

.news__card-body[_ngcontent-ng-c1786935008] {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
    transition: all .3s ease
}

@media screen and (max-width:576px) {
    .news__card-body[_ngcontent-ng-c1786935008] {
        padding: 24px
    }
}

.news__card-title[_ngcontent-ng-c1786935008] {
    font-family: Luckiest Guy, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .3px
}

@media screen and (max-width:576px) {
    .news__card-title[_ngcontent-ng-c1786935008] {
        font-size: 16px;
        line-height: 1.3
    }
}

.news__card-desc[_ngcontent-ng-c1786935008] {
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media screen and (max-width:576px) {
    .news__card-desc[_ngcontent-ng-c1786935008] {
        font-size: 13px;
        line-height: 1.5
    }
}

.news__card-divider[_ngcontent-ng-c1786935008] {
    width: 100%;
    height: 1px;
    background: #baff1326
}

.news[_ngcontent-ng-c1786935008] .mobile-slider[_ngcontent-ng-c1786935008] {
    overflow: auto;
    padding: 20px 0;
    align-items: start
}

.news[_ngcontent-ng-c1786935008] .mobile-slider[_ngcontent-ng-c1786935008]::-webkit-scrollbar {
    display: none
}

.news[_ngcontent-ng-c1786935008] .card-border[_ngcontent-ng-c1786935008] {
    border: 1px solid rgba(186, 255, 19, .2) !important;
    border-radius: 24px
}

.news .owl-stage {
    display: flex;
    align-items: stretch
}