@media screen and (min-width: 769px) and (max-width: 1024px) {
  .case-section .swiper-button-next.swiper-button-white {
    margin: 0 0 0 55px;
  }

  .case-section .swiper-button-prev.swiper-button-white {
    margin: 0;
    left: 34%;
  }

  .case-section .swiper-button-next.swiper-button-white {
    right: -60%;
    margin: 0;
  }

  .case-section .swiper-pagination {
    display: none;
  }

  #mainSlider .item .item-block .slider-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 480px) {

  .case-section .testimonial,
  .team-section .team {
    text-align: center;
  }

  .case-section .testimonial .pic,
  .team-section .team .pic {
    float: none;
  }

  .case-section .testimonial .testimonial-content,
  .team-section .team .team-content {
    margin-left: 0;
  }

  .case-section .owl-theme .owl-buttons,
  .team-section .owl-theme .owl-buttons {
    margin-top: 0;
  }

  #mainSlider .item .item-block .slider-wrapper {
    display: none;
  }
}

@media (max-width: 991px) {
  .widgets-col {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .widgets-col {
    width: 50%;
  }

  .news-section .news-content .img-wrapper img {
    width: 100%;
    margin-bottom: 10px;
  }

  #mainSlider .item .item-block .slider-wrapper {
    display: none;
  }
}

@media (max-width: 480px) {
  .widgets-col {
    width: 100%;
  }
}