@media screen and (width < 1200px) {
    .mobile--hide {
        display: none!important;
    }
}

@media screen and (width > 1599px) {
  .uc-faq--wrapper {
    & .t-container {
       max-width: 1540px!important;
       & .t-col_6 {
        max-width: 730px!important;
       }
    }
  }
}

.uc-kampoteks_popup .t702__wrapper {
    padding: 0 30px 30px 30px;
}

@media screen and (width < 960px) {
  .uc-news-section .t-item {
    padding-bottom: 1rem;
  }
}

