#second-access-holiday {
  background: #65a2826b;
}
#second-access-holiday ul {
  padding: 0px;
}
#second-access-holiday ul li {
  list-style: none;
}
#second-access-holiday .right-part ul li,
#second-access-holiday .right-part-opposite ul li {
  padding-bottom: 15px;
  font-size: 18px;
  color: gray;
}
#second-access-holiday .right-part ul li h3,
#second-access-holiday .right-part-opposite ul li h3 {
  color: white;
  background: #207d80;
  padding: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  #second-access-holiday .right-part ul li h3,
  #second-access-holiday .right-part-opposite ul li h3 {
    display: none;
  }
  #second-access-holiday .right-part ul li h3 .right-part-opposite,
  #second-access-holiday .right-part-opposite ul li h3 .right-part-opposite {
    margin-top: 20px;
  }
}
#second-access-holiday .access {
  margin: 0 auto;
}
#second-access-holiday .mobile-title h3 {
  display: none !important;
  color: white;
  background: #207d80;
  padding: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  #second-access-holiday .mobile-title h3 {
    display: block !important;
    margin-top: 60px;
  }
}
#second-access-holiday .join-btn {
  background: #E45E6D;
  border-radius: 4px;
  max-width: 200px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 5px auto;
}
#second-access-holiday .join-btn:hover {
  color: white;
}
#second-access-holiday .left-part {
  padding-top: 50px;
}
#second-access-holiday .right-part,
#second-access-holiday .right-part-opposite {
  background: #ffffff57;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: auto;
  min-height: 550px;
  width: 100%;
  font-size: 18px;
  color: #000;
  padding: 0 50px;
  position: relative;
}
#second-access-holiday .right-part:after {
  position: absolute;
  top: 45%;
  left: -15px;
  content: '';
  width: 0;
  height: 0;
  border-right: solid 15px #f1f1f1;
  border-bottom: solid 15px transparent;
  border-top: solid 15px transparent;
}
#second-access-holiday .right-part-opposite:after {
  position: absolute;
  top: 45%;
  right: -15px;
  content: '';
  width: 0;
  height: 0;
  border-left: solid 15px #ffffff57;
  border-bottom: solid 15px transparent;
  border-top: solid 15px transparent;
}
@media (max-width: 767px) {
  #second-access-holiday .sale {
    position: absolute;
  }
  #second-access-holiday .product-img {
    position: none !important;
  }
  #second-access-holiday .signUp-label .inner-wrap h3 {
    margin: 10px;
  }
  #second-access-holiday .order-switch {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  #second-access-holiday .left-part {
    order: 1;
  }
  #second-access-holiday .right-part {
    padding: 30px;
    order: 2;
  }
  #second-access-holiday .right-part ul li {
    padding-bottom: 35px !important;
    font-size: 16px;
  }
  #second-access-holiday .right-part h3 {
    text-align: center;
    padding-bottom: 20px;
  }
  #second-access-holiday .subscribe-label h3 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
