/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1200px) {
  .section-header .title {
    font-size: 26.25px;
  }

  .section-header .title.join-title {
    font-size: 48px;
  }

  .buttons-group {
    flex-direction: column;
    margin-top: 25px;
  }

  .buttons-group .btn {
    width: 100%;
    border: 1px solid #ccc;
  }

  .buttons-group .btn-custom:hover {
    box-shadow: 0 10px 15px -3px #ea580c40, 0 4px 6px -4px #ea580c40;
  }

  .navbar .navbar-nav {
    row-gap: 20px;
  }

  .navbar .container {
    padding-inline: 32px;
  }

  .navbar .navbar-collapse {
    padding-top: 20px;
    border-top: 1px solid #e5e2e2;
  }

  .navbar .dropdown-menu {
    left: 0;
    transform: translateX(0);
    top: 0;
    max-height: 350px;

    overflow-y: scroll;
    width: 100% !important;
  }

  .dropdown-menu {
    box-shadow: none !important;
  }

  #hero-section .title {
    font-size: 32px;
  }

  #hero-section .btn-actions .btn {
    padding: 16px 21px;
    width: 100%;
  }

  #hero-section .image-inner {
    margin-top: 40px;
    width: 100% !important;
  }

  #hero-section .image-box {
    padding: 24px;
  }

  #hero-section .image-inner .top-icon {
    width: 84px;
    height: 84px;
  }

  #hero-section .image-inner .bottom-icon {
    width: 70px;
    height: 70px;
  }

  #hero-section .image-inner {
    margin-inline: auto;
  }

  #technology .filters-list li {
    padding: 7px 14px;
  }

  #Join .col-lg-4.bg-linear,
  #Join .col-lg-4 .inner::after {
    padding: 24px;
    border-radius: 0 0 16px 16px;
  }

  footer .col-12 .inner {
    justify-content: start !important;
  }

  #Join .form {
    padding: 24px;
  }
}