@media only screen and (min-device-width: 100px) and (max-device-width: 992px) {
  body {
    /*background-color: black;*/
  }

  .sticky {
    width: 100%;
    top: 0px;
    position: fixed;
    z-index: 999;
    background-color: #f2f3ee;
  }

  .isWeb {
    display: none !important;
  }

  .isMobile {
    display: inline;
  }

  .isMobile .nav-link {
    font-size: 18px;
    padding: 2px;
  }

  .nav-item {
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-color: #c8c3bd !important;
  }

  .mobile-content {
    margin-top: 70px;
    margin-bottom: 100px;
  }

  .mobile-head a {
    text-decoration: none;
  }

  .mobile-head-right {
    text-align: right;
    color: #71432b;
  }

  .bar_under_line {
    background: rgb(136, 110, 87);
    background: linear-gradient(
      90deg,
      rgba(136, 110, 87, 1) 0%,
      rgba(215, 208, 198, 1) 35%,
      rgba(255, 255, 255, 1) 100%
    );
    height: 30px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .home-title {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #71432b !important;
    text-shadow: 1px 1px 1px #575757;
    margin-bottom: 20px;
  }

  .home-article-title {
    background-color: #d2c8bf;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 50px;
    padding: 10px;
    padding-top: 0px;
  }

  .card-review-start {
    margin-top: 10px;
  }

  .desc {
    margin-top: 20px;
  }

  .card-review-container-desc {
    display: flex;
    align-items: left;
    justify-content: left;
    height: 100%;
  }

  .head-text {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #c8c3bd;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: bold;
    color: #71432b !important;
    text-shadow: 1px 1px 1px #575757;
  }

  .card-review {
    width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
    border-width: 10px !important;
    border-color: #dfded9 !important;
    background-color: #f2f3ee !important;
    padding: 20px !important;
    margin-top: 25px;
  }
}
