@media only screen and (max-width: 768px) {
  .text-span {
    padding: 12px 6px 12px 6px;
  }

  .third-section .container .text-content h1 {
    font-size: 26px;
    text-align: center;
  }

  .container-grid-card {
    padding: 10px 15px;
    row-gap: 20px;
    column-gap: 8px;
  }

  .text-content {
    margin: 0;
  }

  .gradient-tea {
    flex-direction: column;
  }

  .third-section .container .text-content {
    width: auto;
  }

  .third-section h1 {
    color: var(--textTitle);
    /* font-weight: 700; */
    font-size: 24px;
    display: flex;
    justify-content: center;
  }

  .pic-content {
    order: -1;
    display: flex;
    justify-content: center;
  }

  .pic-4 {
    background-color: #4bc987;
    /* width: -webkit-fill-available; */
    width: auto;
    width: -moz-available;
    height: 400px;
    border-radius: 5px;
  }
  .button_tht{
    /* display: flex;
    justify-content: center; */
    padding-right: 40%;
  }
  .product-item {
    width: 116px;
    height: 171px;
    border-radius: 5px;
  }

  .product-item img {
    width: 68%;
    min-height: 72px;
    padding: 0;
    margin: 8px;
  }

  .text-desc h5,
  .text-desc .product-weight,
  .text-desc .product-price {
    margin: 2px;
  }

  .text-desc h5 {
    font-size: 9px;
  }

  .text-desc .product-weight {
    font-size: 7px;
  }

  .text-desc .product-price {
    font-size: 9px;
    font-weight: 500;
  }

  .product-item .infos a {
    font-size: 9px;
    padding: 6px;
    border-radius: 0;
  }

  .text-title-product {
    padding-top: 29px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 386px) {
  .third-section h1 {
    color: var(--textTitle);
    /* font-weight: 700; */
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }

  .container-grid-card {
    padding: 10px 4px;
    row-gap: 8px;
    column-gap: 0;
  }
/* 
  .text-content h1 {
    position: absolute;
    bottom: -71%;
    padding-left: 18%;
  } */

  .third-section .container .text-content h1 {
    font-size: 14px;
  }

  .text-content-third {
    font-size: 10px;
  }

  .pic-4 {
    height: 340px;
    border-radius: 5px;
    margin-top: 30px;
  }

  .button_timhieuthem {
    float: none;
    text-align: center;
  }

  .text-title-product {
    font-size: 14px;
  }

  .text-span {
    font-size: 10px;
  }

  .first-section {
    margin-bottom: 20px;
  }

  .pic-content {
    order: -1;
  }
  .pic-4 {
    background-color: #4bc987;
    /* width: -webkit-fill-available; */
    width: auto;
    /* width: -moz-available; */
    height: 250px;
    border-radius: 5px;
  }
    .button_tht{
    /* display: flex;
    justify-content: center; */
    padding-right: 28%;
  }
}