.p-about-us{
  /* background-image:url('/media/images/bg.png');        */
  overflow: hidden;
}
@media (max-width:576px) {
  .p-about-us .title-group{
    margin: 4vmax 0px;
  }
}

.p-about-us .wholesale-why{
  display: flex;
  flex-direction: column;
  justify-content:center;
  background-color: #eaeaea;
  border-radius:10px;
  margin-bottom: 48px;
  color: #40220f;
  padding: 24px 48px;
}

@media (min-width:992px) {
  .p-about-us .wholesale-why{
      flex-direction: row;      
  }  
}
@media (max-width:992px) {
  .p-about-us .wholesale-why{
      padding: 24px;     
  }  
}
@media (max-width:576px) {
  .p-about-us .wholesale-why{
    padding: 36px 17px;
  }
}
@media (max-width:992px) {
  .p-about-us .why{
    position: unset;
      transform: translate(0, 0);
  }
}
.which-icon{
  background-color: #c9ad7a;
  width: fit-content;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.which-img{
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.p-about-us .flower{
  width: 16px;
  object-fit: contain;
  margin-right: 12px;
}
/* .replenish{
  display: flex;  
}
.replenish .title{
  font-family: 'Noto Serif TC';
  font-size: 24px;
  font-weight: 700;
} */
.p-about-us .card{
  font-family: 'Noto Serif TC';
  padding: 36px 32px;
  background-color: #ebebeb;
  border: 2px solid transparent;  
  height: 100%;
  border-radius: 15px;  
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.p-about-us .card:hover{   
  border: 2px solid #b39c58;  

}
.p-about-us .card-title{
  font-family: 'Noto Serif TC';
  font-size: 28px;
  font-weight: 700; 
  margin-bottom: 32px;
}
@media (max-width:1200px) {
  .p-about-us .card-title{
    font-size: 26px;
  }
}
.p-about-us .card-info{
  font-family: 'Noto Serif TC';
  font-size: 15px;  
  letter-spacing: 2px;
  line-height: 24px;
  text-align: justify;
}
.yellow{
  color: #b39c58;
}
.horizontal{
  display: flex;
  flex-direction: row;
}
.horizontal-item{
  width: 50%;
}
.horizontal-item.item-1{
  padding-right: 15px;
}
.horizontal-item.item-2{
  padding-left: 15px;
}
@media (max-width:992px) {
  .horizontal{
    flex-direction: column;
  }
  .horizontal-item{
    width: 100%;
  }
  .horizontal-item.item-1{
    padding-right: 0px;
    margin-bottom: 24px;
  }
  .horizontal-item.item-2{
    padding-left: 0px;
  }
}
.p-about-us .god-item{  
  font-weight: 900;
  letter-spacing: 2px;
}
.p-about-us .type-item{
  margin-bottom: 30px;
}
.p-about-us .which .card{
  display: flex;
  flex-direction: column;  
  align-items: center;
  padding: 48px 32px;
}
.which-number-img{
  width: 100px;
  height: 100px;
}
.which-icon-number{
  padding: 12px;
}
.which-item{
  margin-bottom: 30px;
}
.which-item:hover .which-icon{ 
  transform: scale(1.1);
}
.p-about-us .choose{ 
  align-items: center;
  padding: 6vmax 0px 10vmax;
}
@media (max-width:1400px) {
  .p-about-us .choose{    
    padding: 4vmax 0px 8vmax;
  }
}
@media (max-width:576px) {
  .p-about-us .choose{    
    padding: 5vmax 0px;
  }
}

.choose-img{
  position: absolute;
  top: 12px;
  left: 0;
  transform: scale(1.2);
}

.choose-img-group{
  transform: translate(50%, 0px) scale(1.5);
}
@media (max-width:1400px) {
  .choose-img-group{
    transform: translate(25%, 0px);
  }
}
@media (max-width:992px) {
  .choose-img-group {
      transform: translate(0px, 0px);
      width: 80%;
      margin: 48px auto;
  }
}

.pic-row .patches {
    top: 0;
    left: 0;
    width: 90%;
    transform: translate(5%, 0%);
}
.pic-row .about-img {
    top: 0;
    left: 0;
    width: 90%;
    transform: translate(5%, 5%);
}
.pic-row .flower {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pic-row .subtitle {
    font-family: "Noto Serif TC";
    font-weight: 900;
    text-align: center;
    margin-bottom: 24px;
    letter-spacing: 2px;

    text-align: center !important;
    margin-left: 0 !important;
}
.pic-row .title-group{
  margin-top: 0;
}
.pic-row .title-group .title {
    font-size: 40px;
    font-weight: bolder;
    margin-top: -75px;
    font-weight: 700;
    font-family: "Noto Serif TC";
    text-align: center;
}
.pic-row .title-group .title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #5e4334;
    width: 100px;
    height: 2px;
}