@media (max-width: 750px) {
  header {
    width: 188px;
    gap: 28px !important;
    background-color: #ffffff28;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    margin: 8px;
    border-radius: 28px;
    height: 42px !important;
  }
  #header {
    display: none;
  }
  .fi-br-menu-burger {
    display: block;
  }
  .flex {
    display: block !important;
    gap: 0px !important;
  }
  .sh1 {
    font-size: xx-large !important;
  }
  .s1_p {
    display: block !important;
  }
  .sp_cur {
    font-size: 48px !important;
  }
  .af_intro_1_div {
    height: 328px !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 128%;
  }
  .af_intro_1_div div {
    padding-left: 18px !important;
  }
  .af_intro_passion {
    margin-top: 48px;
    margin-bottom: 48px;
    width: 100% !important;
  }
  .scrolling {
    width: 88% !important;
  }
  .globe-container {
    height: 328px !important;
  }
  .logo_big_c {
    height: 428px;
  }
  #coming_soon {
    margin-top: 28px;
    height: 288px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000428; /* fallback for old browsers */
    background: -webkit-linear-gradient(
      to right,
      #004e92,
      #000428
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
      to right,
      #004e92,
      #000428
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
}
