@media(max-width: 768px) {
    .mother-products-wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .baby-products-wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .left-contact {
        margin-top: 10%;
      }
      #main-title {
        font-size: 2.4rem;
      }
      p {
        font-size: 14px;
      }
      section {
        margin-top: 14%;
      }
      .best-right {
        margin-top: 10%;
      }
      .left-about-image {
        display: none;
      }
      .form-side, .carousel-controlers {
        margin-top: 10%;
      }
      .selling-places {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        gap: 50px;
      }
      .whyus-title {
        font-size: 2.8rem;
      }
      .cart-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        text-align: center;
      }
      .cart-item-image {
        width: 40%;
        padding-bottom: 5%;
      }
      .cart-item-quantity {
        width: 100%;
        display: flex;
        justify-content: center;
      }
      .cart-item .remove-button {
        padding-bottom: 5%;
      }
      .promo-code-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin-top: 5%;
      }
      #apply-promo {
        padding: 4%;
      }
}