@media screen and (max-width: 992px) and (min-width:0px) {
  .section03 .productCategories .text p {
    display: none;
  }

  .section03 .productCategories .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) and (min-width:0px) {
  .section03 .productCategories .text p {
    display: block;
  }

}
