@media (max-width: 1130px) {

  .page-package-section{
    flex-direction: column;
  }

  .main-img{
    min-width: 100%;
    margin: 0 auto;
  }
    .main-img img{
      100%;
    }

    .product-side-descr{
      min-width: 100%;
    }

    .other-packages{
      flex-direction: column;
    }

      .other-packages .pkg-item{
      width: 100%;
      margin-bottom: 50px;
    }
}


@media (max-width: 800px) {
.price-low h6{
  font-size: 1rem !important;
}
.price-txt span{
  font-size: 1rem !important;
}
}
