.p-service-ticket-menu__list{
  background: #f8f8f2;
  padding: 45px 45px;
  margin: 0 0 45px;
}


.p-service-ticket-menu__item{
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px;
  margin: 0 0 25px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 900px) {
  .p-service-ticket-menu__list{
    padding: 15px 15px;
    margin: 0 0 25px;
  }

  .p-service-ticket-menu__item{
    display: block;
    padding: 15px;
    margin: 0 0 12px;
    text-align: center;
  }

}

.p-service-ticket-menu__item:last-child{
  margin: 0;
}


.p-service-ticket-menu__title {
  color: #3F6DA3;
  font-weight: 700;
  font-size: 18px;
  width: 260px;
}


.p-service-ticket-menu__price {
  font-weight: 700;
  width: 158px;
}

.p-service-ticket-menu__price span{
  font-weight: 700;
}

.p-service-ticket-menu__body span{
    color: #fff;
    display: inline-block;
    z-index: 20;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 24px;
    line-height: 24px;
    background: #436EA1;
    border-radius: 30px;
    margin: 0 3px;
}

.p-service-ticket-menu__body strong{
  font-weight: 700;
  font-size: 20px;
}


@media only screen and (max-width: 900px) {
  .p-service-ticket-menu__title {
    font-size: 16px;
    width: auto;
    margin: 0 0 8px;
  }

  .p-service-ticket-menu__price {
     width: auto;
    margin: 0 0 8px;
  }

  .p-service-ticket-menu__price span{
  }

  .p-service-ticket-menu__body{
    font-size: 14px;
  }
}

.p-service-ticket-choice{

}

.p-service-ticket-choice__list{

}

.p-service-ticket-choice__item{
  background: #f8f8f2;
  padding: 15px 20px;
  margin: 0 0 12px;
}

.p-service-ticket-choice__item-title{
  font-weight: 700;
  font-size: 18px;
}

.p-service-ticket-choice__item-title span{
  color: #fff;
  display: inline-block;
  z-index: 20;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 24px;
  line-height: 24px;
  background: #436EA1;
  border-radius: 30px;
  margin: 0 8px 0 0;
}

.p-service-ticket-choice__item-body{
  background: #fff;
  margin: 10px 5px 0;
  padding: 15px 20px;
}

.p-service-ticket-choice__item-body p{
  margin: 0 0 5px;
}

@media only screen and (max-width: 900px) {
  .p-service-ticket-choice__item{
    padding: 12px 12px;
    margin: 0 0 12px;
  }
  .p-service-ticket-choice__item-title{
    font-size: 16px;
  }
  .p-service-ticket-choice__item-body{
    margin: 10px 5px 0;
    padding: 8px 12px;
  }
  .p-service-ticket-choice__item-body p{
    margin: 0 0 5px;
  }
  .p-service-ticket-choice__item-body li{
    line-height: 1.4;
    margin: 0 0 8px;
  }
}