@media (min-width: 768px) and ( max-width: 1024px) {
  /* #header-desktop.is-desktop,
  .is-desktop#desktop-footer--wrapper,
  .desktop-about--section {
    display: none !important;
  }
  body.front-end .is-mobile.bottom-menu--navigation .bottom-menu--container {
    display: flex !important;
  } */

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}


  /* .is-mobile {
    display: block !important;
  } */
/* @media (min-width: 768px) and ( max-width: 1023px) {
  .hidden {
    display: none !important;
  }
  .is-desktop {
    display: none !important;
  }

  body.front-end .simulation--section,
  body.front-end .mobil-mall--section,
  body.front-end .about--section,
  body.front-end .news--section {
    margin-left: 32px;
    margin-right: 32px;
  }
  body.front-end .nav-tabs {
    padding-left: 0rem;
  }

  body.front-end .assurance--tabs .nav.nav-tabs {
    padding: unset !important;
  }
  body.front-end .mobil-mall-content--section .tab-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  body.front-end .fina--section {
    margin: 0 32px;
  }
	.fina-carousel--section .fina-carousel--information {
		min-height: 180px !important;
	}
	.fina-carousel--section .phone-img {
		max-width: 160px !important;
	}
	.fina-carousel--section .fina-carousel--information a#fina--browse {
		padding: 0 4rem !important;
	}

  .news--auction-content {
		overflow-x: scroll;
	}
	.news--auction-content table {
		width: max-content;
	}

  body.front-end .service-info--wrapper .assurance-type--card {
    display: flex !important;
    padding-left: 0;
  }
  body.front-end .assurance-type--card img.odd-card,
	body.front-end .assurance-type--card img.even-card {
		border-radius: 45px 5px 0px 0px;
	}
  
  body.front-end .is-guide {
    background-size: cover;
  }
} */