.x-service-wrapper {
  background: linear-gradient(0deg, #000000e0, #00000000);
  padding-bottom: 60px;
  margin-top: 10px;
  border-radius: 36px;
  padding-bottom: 17px;
  border-style: solid;
  border-color: rgb(193,176,117);
}

@media (min-width: 768px) {
  .px-md-0 {
    padding-right: 0!important;
  }
}

.px-2 {
  padding-left: 0.5rem!important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.bgsec02 {
  border-radius: 20px;
  position: relative;
}

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-service {
  margin: 17px;
  right: 10px;
  z-index: 0;
  bottom: -5px;
  left: 10px;
  border: 2px solid transparent;
  border-radius: 20px;
  box-shadow: 1px 1px 0 1px #fff2c4;
  background: linear-gradient(167deg, #bea771, #9d834a);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

