
.news-inside{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.news-inside-left-col{
    width: 74%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 3000px;
}

.news-inside-left-col strong {
    font-family: "Museo Sans Cyrl";
}

.news-inside-left-col p strong {
    font-family: "Museo Sans Cyrl";
}

.news-inside-right-col{
    width: 24%;
}
.news-inside-left-col h2 {
  padding-bottom: 8px;
}
.news-inside-left-col img{
    border-radius: 24px;
}
.news-inside-bold {
  font-family: "Museo Sans Cyrl";
    font-weight: 700;
}
.news-inside-right-col h6{
    padding: 32px 0 12px;
    font-family: "Museo Sans Cyrl";
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.news-inside-icons-wrapper{
    display: flex;
    align-items: center;
    gap: 24px;
}
.news-inside-icons-wrapper a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-inside-right-col .tegs{
display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.news-inside-right-col .tegs a{
    display: block;
    font-weight: 600;
    color: #242624;
}
.news-inside-right-col .teg{
    padding: 9px 16px;
    border-radius: 16px;
    border: 1px solid #B1B1B1;
}
.news{
    padding-top: 132px;
}
.new-statistic-cont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
.new-statistic {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #B1B1B1;
}

@media(max-width: 992px) {
    .news-inside-left-col h2 {
        font-size: 35px;
    }
}

@media(max-width: 768px) {
    .news-inside {
        flex-direction: column;
    }
    .news-inside-left-col {
        width: 100%;
    }
    .news-inside-right-col {
        width: 100%;
    }
    .news-inside-left-col h2 {
        font-size: 30px;
    }
    .pages-links-sticky {
        flex-wrap: wrap;
        margin-top: 30px;
        align-items: center;
        justify-content: space-between;
    }
    .news-inside-right-col h6 {
        width: 42%;
        padding: 0;
        margin-bottom: 20px;
    }
    .text-accent {
        width: 45%;
        margin-bottom: 23px;
        text-align: end;
    }
    .tegs {
        margin-bottom: 25px;
    }
    .news {
        padding-top: 70px;
    }
    .news-inside-icons-wrapper {
        margin-bottom: 24px;
    }
}

@media(max-width: 576px) {
    .news-inside-left-col h2 {
        font-size: 24px;
    }
    .new-statistic-cont {
        justify-content: space-between;
    }
    .news-inside {
        gap: 0;
    }
    .news {
        padding: 32px 0 6px;
    }
    .news-inside-right-col .tegs {
        width: 100%;
    }
}