
.pricing-section {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing-card {
  background: #fff;
  padding: 18px;	
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-card h3 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

.pricing-card h3 span {
  color: #e91e63;
  font-weight: bold;
  font-size: 16px;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-card ul li {
  border-top: 1px solid #d3e3ec;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  color: #1d3163;
  font-size: 16px;
  font-weight: 400;
}

.pricing-card .highlight {
  background: #ddd5ff;
  color: #7f71b9;
  padding: 11px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 12px;
}

.price {
  	margin-top: -3px;
  	color: #51409f;
  	font-size: 22px;
  	font-weight: 700;
}



.oldprice {
    color: #8187a0;
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1;
    color: #431dd1;
    text-align: center;
    white-space: nowrap;
    top: -1px;
    vertical-align: baseline;
    border-radius: .25rem;
    position: relative;
}
section.fenomen .item .head .smalltitle {
    margin-top: 20px;
    color: #18d3a6;
    font-size: 18px;
    font-weight: 600;
}
.paket-baslik{
	padding:20px;
}