/* PRICE */

.page--price {
  max-width: 1230px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.price-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.price-item {
  position: relative;
  width: 234px;
  margin: 20px 40px;
  background: linear-gradient(to right, #0bd0c7, #731d7a);
}
.price-item:hover {
  background: #731d7a;
}
.price-item .grad {
  background: none;
}
.price-item .grad:after {
  left: 100%;
  margin-left: -40px;
  border-bottom-color: #6a2c81;
}
.price-item:hover .grad:after {
  border-bottom-color: #731d7a;
}
.price-item .grad__in {
  height: 105px;
  padding: 15px 25px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.price-item .text {
  height: 178px;
  padding: 50px 24px 0;
  margin: 0 1px 1px;
  background-color: black;
}
.price-item .text__price {
  margin-bottom: 5px;
  color: #0ccec6;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  white-space: nowrap;
}
.price-item .text__price.small {
  font-size: 30px;
}
.price-item .text__price.tac {
  text-align: center;
}
.price-item .text__desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}
@media (max-width: 767px) {
  .price-items {
    margin: 0 -15px;
  }
  .price-item {
    margin: 20px 20px;
  }
}

#block-views-block-schedule-block-methodist-2 > h2 {
  margin: 25px 0;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
