.commited-sec-content h2 {
  font-size: 100px;
  line-height: 140px;
  background-image: url("../../../../public/images/clip-text.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
  font-family: var(--font-dm-display);
  animation: BackgroundAnimatedVertical 10s linear infinite;
}

@keyframes BackgroundAnimatedVertical {
  0% {
    background-position: 50% 0;
  }
  100% {
    background-position: 50% 100%;
  }
}

.commited-sec {
  position: relative;
  z-index: 1;
  padding: 80px 0px 250px;
  background-image: url("../../../../public/images/cta-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

/* .commited-sec::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../../../../public/images/notice-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 150px;
  height: 163px;
  bottom: 350px;
  left: 230px;
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: up-down-move;
  animation-timing-function: linear;
} */

.commited-sec-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.commited-sec-content p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.fresh-products-box {
  text-align: center;
}

.fresh-products-box .fresh-products-box-content {
  margin-top: 12px;
}

.fresh-products-box .fresh-products-box-content p {
  color: var(--green-color);
}

.fresh-products-sec .welcome-anchor {
  justify-content: center;
}

.commited-sec .welcome-anchor {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@keyframes up-down-move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 1440px) {
  .commited-sec::before {
    left: 60px;
    bottom: 400px;
  }
}

/* Tablet screens (≤991px) */
@media (max-width: 991.98px) {
  .commited-sec {
    padding: 60px 0 180px;
    background-size: cover;
  }

  .commited-sec-content h2 {
    font-size: 60px;
    line-height: 90px;
    text-align: center;
  }

  .commited-sec-content p {
    font-size: 16px;
    text-align: center;
  }

  .commited-sec::before {
    left: 40px;
    bottom: 250px;
    width: 100px;
    height: 110px;
  }
}

/* Mobile screens (≤767px) */
@media (max-width: 767.98px) {
  .commited-sec {
    padding: 40px 15px 120px;
  }

  .commited-sec-content h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .commited-sec-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .commited-sec::before {
    width: 80px;
    height: 90px;
    left: 20px;
    bottom: 200px;
  }

  .commited-sec .welcome-anchor {
    margin-top: 25px;
  }
}

/* Extra small devices (≤575px) */
@media (max-width: 575.98px) {
  .commited-sec {
    padding: 30px 10px 100px;
  }

  .commited-sec-content h2 {
    font-size: 26px;
    line-height: 38px;
  }

  .commited-sec-content p {
    font-size: 13px;
  }

  .commited-sec::before {
    width: 60px;
    height: 70px;
    bottom: 160px;
    left: 15px;
  }
}

/* Very small devices (≤400px) */
@media (max-width: 400px) {
  .commited-sec {
    padding: 25px 8px 80px;
  }

  .commited-sec-content h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .commited-sec-content p {
    font-size: 12px;
  }

  .commited-sec::before {
    display: none;
  }
}
