#text-image-col {
  background: #fff !important;
}
#text-image-col .artisan {
  color: #808080;
  font-size: 16px !important;
}
#text-image-col .right-part {
  background-color: #fff !important;
  padding: 25px;
}
#text-image-col ul {
  padding: 0px;
}
#text-image-col ul li {
  list-style: none !important;
}
#text-image-col .right-part ul li,
#text-image-col .right-part-opposite ul li {
  padding-bottom: 15px;
  font-size: 18px;
  color: gray;
}
#text-image-col .order-switch {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}
#text-image-col .left-part {
  order: 1;
}
#text-image-col .right-part {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 0px;
  order: 2;
}
#text-image-col .access {
  margin: 0 auto;
}
#text-image-col .join-btn:hover {
  color: white;
}
@media (max-width: 767px) {
  #text-image-col .sale {
    position: absolute;
  }
  #text-image-col .product-img {
    position: none !important;
  }
  #text-image-col .signUp-label .inner-wrap h3 {
    margin: 10px;
  }
  #text-image-col .order-switch {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  #text-image-col .left-part {
    order: 1;
  }
  #text-image-col .right-part {
    margin-top: 20px;
    order: 2;
  }
  #text-image-col .right-part ul li {
    padding-bottom: 15px !important;
    font-size: 16px;
  }
  #text-image-col .right-part h3 {
    color: #000;
    font-weight: bold;
    padding-bottom: 0px;
    margin: 0px;
  }
  #text-image-col .subscribe-label h3 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
