@media only screen and (max-width: 600px) {
  .nav {
    display: none;
  }
  .main-section {
    padding-top: 0px;
  }
  .tea-heading h1 {
    font-size: 35px;
    font-weight: 700;
    font-weight: 900;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
  .fix-image {
    position: absolute;
    right: 0;
    display: none;
  }

  .featured-banner {
    background: url(../../assets/images/blue-tea-shop.jpg) center center;
    padding: 30px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .main-heading h2 {
    font-size: 35px;
    line-height: 1.2em;
    color: #010022;
    font-weight: 700;
    padding-top: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .shop-content-4 h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
  }
  .service-main {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .main-heading-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
  }
  .icon-flex {
    padding-top: 40px;
    /* text-align: center; */
    margin: 0 auto;
  }
  .btn-shop {
    display: flex;
    justify-content: space-around;
    padding: 5px 20px;
    flex-direction: column;
  }
  .main-des h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .pattern-image {
    position: absolute;
    width: 50px;
    background: url(../../assets/images/cup.png);
    background-repeat: no-repeat;
    right: 82%;
    top: 15px;
    height: 100px;
    /* display: none; */
    overflow: hidden;
  }
  .pattern-image-2 {
    overflow: hidden;
    position: absolute;
    width: 50px;
    /* display: none; */
    background: url(../../assets/images/cup.png);
    background-repeat: no-repeat;
    right: 5%;
    top: 16px;
    height: 80px;
    overflow: hidden;
  }
  .colored-heading h2 {
    font-size: 25px;
    line-height: 1.2em;
    color: #010022;
    font-weight: 700;
    padding-top: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .about-with-image {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main-about {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background: url(../../assets/images/slider-leafs.png);
  }
  .tea-image img {
    height: 350px;
    width: auto;
  }
  .main-images img {
    height: 350px;
    width: auto;
    margin-top: 20%;
    position: sticky;
    top: 20px;
  }
  .shop-content-purch img {
    height: 350px;
    width: auto;
  }
  .pattern-image {
    display: none;
  }
  .pattern-image-2 {
    display: none;
  }
}
