@media screen and (max-width: 1024px) {
  .tabs,
  .tabs-guide,
  .mobile-download-dropdown {
    display: none !important;
  }

  .downloads-container {
        padding: 20px 30px 40px !important;
  }
  .mobile-tabs-dropdown {
    display: block !important;
    max-width: 400px;
    margin: 30px auto 20px;
    background: #1f1f2e;
    border: 2px solid #ffcc00;
    border-radius: 10px;
    color: #ffcc00;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 0 15px rgba(255, 204, 0, 0.5);
    z-index: 150000;
    position: relative;
  }
  .mobile-guides-dropdown {
    display: block !important;
    max-width: 400px;
    margin: 30px auto 20px;
    background: #1f1f2e;
    border: 2px solid #ffcc00;
    border-radius: 10px;
    color: #ffcc00;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 0 15px rgba(255, 204, 0, 0.5);
    z-index: 150000;
    position: relative;
  }
  #toggleStepsBtn,
  #installSteps {
    display: none !important;
  }
  .downloads-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .downloads-header h1 {
    font-size: 22px !important;
  }
  .tab-download-video {
    height: 240px !important;
  }
  .guide-card {
    display: none !important;
  }
  .guide-card:nth-child(1) {
    display: block !important;
  }
  .guides-header {
    padding: 20px 10px 10px !important;
    margin-top: 30px !important;
    font-size: 16px;
  }
  .guides-header h1 {
    font-size: 18px !important;
  }
  .guides-header h1 img {
    width: 26px !important;
  }
  .guides-header p {
    font-size: 14px !important;
    line-height: 1.6;
  }
  .tabscontainer h1 {
    font-size: 22px !important;
  }

.tabscontainer p {
  font-size: 16px !important;
}
    .tabscontainer h1 img {
    width: 26px !important;
  }
  .pagination {
    text-align: center;
    margin: 15px 0 !important;
}
}

@media screen and (min-width: 680px) and (max-width: 1024px) {
  .guide-card:nth-child(-n+2) {
    display: block !important;
  }
}

@media screen and (min-width: 1025px) {
  .mobile-tabs-dropdown,
  .mobile-download-dropdown,
  .mobile-guides-dropdown {
    display: none !important;
  }
}