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


.news-owl-slider .owl-item img {
    cursor: pointer;
    height: 30px;
    object-fit: contain;
}


.news-owl-slider .owl-stage-outer {
    padding-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.news-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.news-date {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    line-height: 24px;
    color: #fff;
}

.news-header > .news-link {
    min-height: 440px;
}

.prev-news.disabled button,
.next-news.disabled button {
    box-shadow: 0px 0px 32px 0px rgba(40, 41, 61, 0.05);
    border: 1px solid rgba(242, 244, 247, 1);
    background-color: #fff !important;
}

.prev-news.disabled button {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.875 10.1113L3.125 10.1113' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.75 4.48633L3.125 10.1113L8.75 15.7363' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}

.next-news.disabled button {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 10.111h13.75M11.25 15.736l5.625-5.625-5.625-5.625' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.news-card {
    border-radius: 24px;


    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.news-header .img {
  max-width: 50%;
}
.news-link {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
}

.news-8255 {
    position: relative;

}

.news-8255 .news-bg {
    background-position: bottom;
}

.news-8255::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 24px;
    top: 0;
    opacity: 1;
    z-index: -2;
    background: linear-gradient(158.26deg, #FC4A86 17.36%, #982CFE 78.78%);
}


.news-8258 {
    position: relative;
}

.news-8258::after {
    content: '';
    width: 100%;
    border-radius: 24px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: -2;
    background: linear-gradient(180deg, #BB5600 0%, #1D4596 100%);
}

.news-8259::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 24px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: -2;
    background: linear-gradient(180deg, #27084C 0%, #1D4596 100%);
}

.news-8259 {
    position: relative;
}

.news-8262::after {
    content: '';
    width: 100%;
    border-radius: 24px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: -2;
    background: linear-gradient(180deg, #543DFB 0%, #1D4596 100%);
}

.news-8268::after {
    content: '';
    width: 100%;
    border-radius: 24px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: -2;
    background: linear-gradient(180deg, #125519 0%, #1D4596 100%);
}

.news-8273::after {
    content: '';
    width: 100%;
    border-radius: 24px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: -2;
    background: linear-gradient(180deg, #E00067 0%, #1D4596 100%);
}

.news-8262,
.news-8268 {
    position: relative;


}

.news-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: -1;
    left: 0;
    opacity: 0.15;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
}

.news-box {
    min-height: 440px;
    box-shadow: 0px 0px 32px 0px #28293D0D;
    border-radius: 24px;
    display: flex;
    padding: 40px 32px;
    flex-wrap: wrap;
    align-content: space-between;
}

.news-header {
    display: grid;
    gap: 24px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 576px) {
    .news-owl-slider .owl-item img {
        max-width: 100%;
        object-fit: contain;
    }

    .news-box {
        min-height: 480px;
    }
}
