@media (max-width: 959px) {
  .content-area {
    padding: 0 5px;
  }
  .main-navigation > div > div {
    margin-right: 35px;
  }

  .breaking__news--title {
    font-size: 50px;
  }

  .breaking__news p {
    padding: 0 5px;
    font-size: 16px;
    line-height: 1.6;
  }
  .rajniti__section .sticky__top .cat-head{
    margin-bottom: 0;
  }
  .interview__section .main__news a {
    top: 0;
    left: 0;
  }
  .interview__section .main__news .quote__img,.interview__section .main__news::after {
    display: none;
  }
  .interview__section .news__title--med {
    padding-left: 0;
  }
  .interview__section .interview__content p {
    
    padding-left: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }
  .interview__section .news__title--med {
    font-size: 30px;
  }
  .interview__section .interview__content p {
    font-size: 17px;
  }
  .interview__section .main__news a::before {
    display: none;
  }
  .interview__section .main__news a::after {
    display: none;
  }
  .border{
    border-right: 1px solid transparent;;
  }
  .video__section .video__tabs {
    margin-top: 15px;
  }
  .video__section iframe {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .mobile-view {
    display: block;
  }

  .desktop-view {
    display: none;
  }
  .site-footer::after{
    display: none;
  }
}
@media (max-width: 639px) {
  .cat-name {
    font-size: 30px;
  }
  .breaking__news--title {
    font-size: 30px;
  }

  .big-news .news__title--large {
    font-size: 25px;
  }
  .rajniti__section .overlay__section .overlay__txt {
    position: relative;
    padding-top: 10px;
  }
  .rajniti__section .overlay__section .overlay__txt .content {
    width: 100%;
  }
  .rajniti__section .overlay__section .overlay__txt::after {
    background: #fff;
  }
  .overlay__section .overlay__txt h2 {
    font-size: 20px !important;
  }
  .rajniti__section .overlay__section .overlay__txt h2 a,
  .rajniti__section .overlay__section .overlay__txt .news--author a,
  .rajniti__section .overlay__section .overlay__txt .news--author span {
    color: #333;
  }

  .content__wrapper {
    margin-top: 30px;
  }
  .news__post > a {
    height: auto;
  }


  .video__section iframe {
    height: 300px;
  }
  .interview__section {
    padding-bottom: 0;
  }
}

@media (max-width: 563px) {
  .site-header > div > div {
    justify-content: center;
  }
  .top-header-right {
    margin-top: 15px;
    text-align: center;
  }
}