@media (min-width: 1200px) {
  #shop-heading {
    margin-top: 75px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #coffeeclub-red-button-1 {
    padding-bottom: 70px;
    padding-top: 20px;
  }
  .shop-tea-description-ct-wp {
    display: flex;
    flex-direction: row;
  }
  .shop-tea-description--right__ct-wp {
    padding-left: 40px;
  }
  .shop-tea-description--left {
    width: 50%;
  }
  #coffee-img-wr {
    height: 100%;
  }
  #coffee-img-wr img {
    width: 60%;
    height: 100%;
  }
  .shop-tea-description--left__ct-wp img {
    width: 100%;
  }
  .shop-tea-description--right {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .shop-tea-description-heading {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .shop-tea-description-price {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .shop-tea-description-price span {
    font-weight: 300;
    font-size: 18px;
  }
  .shop-tea-description-text {
    text-transform: uppercase;
    line-height: 1.3rem;
    font-size: 12px;
  }
  .shop-tea-description__item__heading p {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .shop-tea-description__item__desc p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
  }
  .shop-tea-description-items {
    flex-direction: row;
    display: flex;
    width: 70%;
    justify-content: space-between;
  }
  .shop-tea-description__item {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #shop-heading {
    margin-top: 83px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .kit-lh-heading {
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #coffeeclub-red-button-1 {
    padding-bottom: 40px;
    padding-top: 0px;
  }
  .shop-tea-description-ct-wp {
    display: flex;
    flex-direction: column;
    margin-left: 17%;
    margin-right: 17%;
  }
  .shop-tea-description--left__ct-wp img {
    width: 100%;
  }
  .shop-tea-description--right {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shop-tea-description-heading {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .shop-tea-description-price {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .shop-tea-description-price span {
    font-weight: 300;
    font-size: 18px;
  }
  .shop-tea-description-text {
    text-transform: uppercase;
    line-height: 1.3rem;
    font-size: 12px;
  }
  .shop-tea-description__item__heading p {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .shop-tea-description__item__desc p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
  }
  .shop-tea-description-items {
    flex-direction: row;
    display: flex;
    width: 90%;
    justify-content: space-between;
  }
  .shop-tea-description__item {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  #shop-heading {
    margin-top: 51px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .kit-lh-heading {
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #coffeeclub-red-button-1 {
    padding-bottom: 40px;
    padding-top: 0px;
  }
  .shop-tea-description-ct-wp {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 0 auto;
  }
  .shop-tea-description--left__ct-wp img {
    width: 100%;
  }
  .shop-tea-description--right {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shop-tea-description-heading {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .shop-tea-description-price {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .shop-tea-description-price span {
    font-weight: 300;
    font-size: 18px;
  }
  .shop-tea-description-text {
    text-transform: uppercase;
    line-height: 1.3rem;
    font-size: 12px;
  }
  .shop-tea-description__item__heading p {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .shop-tea-description__item__desc p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
  }
  .shop-tea-description-items {
    flex-direction: column;
    display: flex;
    width: 100%;
    position: relative;
  }
  .shop-tea-description__item.one {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .shop-tea-description__item.two {
    position: absolute;
    right: 10%;
    margin-top: 20px;
  }
  .shop-tea-description__item.three {
    padding-bottom: 50px;
    padding-top: 0px;
  }
}
