#page-product .section-header h2 {
  position: relative;
  padding-bottom: 25px;
  font-weight: 200;
}

#page-product .section-header h2::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #ec8c1e;
  height: 3px;
  width: 85px;
}

#product .col-md-3 .product {
  box-shadow: none;
  border: none;
  width: 265px;
  height: 465px;
  margin: 0 auto;
}

#product .col-md-3 .product .product-hd {
  color: #fff !important;
  height: 200px;
  overflow: hidden;
  padding-top: 35px;
}

#product .col-md-3 .product h3 {
  color: #fff !important;
  font-family: Impact;
}

#product .col-md-3 .product .title {
  font-size: 30px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#product .col-md-3 .product .title span {
  display: inline-block;
}
#product .col-md-3 .product .prize {
  font-size: 35px;
}

#product .col-md-3 .product .text-left {
  padding-top: 10px;
}

#product .col-md-3:nth-child(1) .product .text-left {
  color: #2eb048;
}

#product .col-md-3:nth-child(2) .product .text-left {
  color: #50237f;
}

#product .col-md-3:nth-child(3) .product .text-left {
  color: #7f050d;
}

#product .col-md-3:nth-child(4) .product .text-left {
  color: #8f5516;
}

#product .col-md-3:nth-child(1) .product {
  background: url(../img/activty/t1.png) center / 100% 100% no-repeat;
}

#product .col-md-3:nth-child(2) .product {
  background: url(../img/activty/t2.png) center / 100% 100% no-repeat;
}

#product .col-md-3:nth-child(3) .product {
  background: url(../img/activty/t3.png) center / 100% 100% no-repeat;
}

#product .col-md-3:nth-child(4) .product {
  background: url(../img/activty/t4.png) center / 100% 100% no-repeat;
}

#product .col-md-3:nth-child(1) .black-btn {
  background: url(../img/activty/b1.png) center / 100% 100% no-repeat;
}

#product .col-md-3:nth-child(2) .black-btn {
  background: url(../img/activty/b2.png) center / 100% 100% no-repeat;
}

#product .col-md-3:nth-child(3) .black-btn {
  background: url(../img/activty/b3.png) center / 100% 100% no-repeat;
}

#product .col-md-3:nth-child(4) .black-btn {
  background: url(../img/activty/b4.png) center / 100% 100% no-repeat;
}

#product .col-md-3 .black-btn {
  width: 180px;
  height: 50px;
  padding-top: 3px;
  margin-top: 30px;
  border-radius: 3px;
  border: 0;
}
