@media (max-width: 992px) {
  .title-product img {
    max-width: 18rem;
    padding: 3rem 0 4.5rem;
  }
  .title-product span {
    display: none;
  }
  .feature-icons .feature-left {
    text-align: left;
  }
}
@media (max-width: 550px) {
  .popup-window {
    left: 0 !important;
    width: 100% !important;
    height: 100%;
    overflow: scroll;
    z-index: 9999 !important;
    position: fixed !important;
    top: 0 !important;
  }
  .header-content h1 {
    margin-top: 0;
  }
  .popup-window .order-img {
    display: none;
  }
  .order .order-form-header .order-desc {
    padding-left: 0;
    margin-bottom: 100px;
  }
  h1 {
    font-size: 2.315rem;
    line-height: 2.5rem;
  }
  h2 {
    font-size: 1.941rem;
    line-height: 2.5rem;
  }
}
