.About_Info {
  margin: 50px 0px;
  /* background-color: #f6eedc; */
  /* background-image: url("/public/assets/images/about_us/about_Info/about_Info_bg.png"); */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.About_Info .text_holder {
  width: 100%;
  margin: 0px auto;
  height: 100%;
  border-radius: 10px;
}

.About_Info .text_holder p {
  color: #000 !important;
}

.About_Info .text_holder p {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  color: #3a0a0abf;
  opacity: 1;
}

.About_Info.fadeInLeft {
  animation: fadeLeftAnim 0.9s ease forwards;
}

.About_Info .text_holder .welcome_div {
  background: transparent !important;
}

.About_Info .text_holder .why_shop_with_us_div {
  background: transparent !important;
}

.About_Info .abtbg {
  /* background-image: url('../../../../public/assets/images/about_us/about_Info/brand-journey-bg.jpg'); */
}

@keyframes fadeLeftAnim {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .About_Info {
    margin: 30px 0px;
    background-size: contain;
  }

  .About_Info .text_holder {
    width: 100%;
  }

  .About_Info .text_holder {
    padding: 20px;
  }

  .About_Info .text_holder p {
    font-size: 13px !important;
    text-align: justify !important;
  }
}

@media (min-width: 0px) and (max-width: 575px) {
  .About_Info .text_holder {
    padding: 1% 0;
  }
}
