.psp-container {
  max-width: 1400px;
  margin: auto;
}

.psp-header {
  border-bottom: 2px solid #dbe3ea;
}

.psp-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.psp-title h2 {
  margin: 0;
  font-size: 22px;
  color: #2c3e50;
}

.psp-badge {
  background: #e6eef6;
  color: inherit;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 10px;
}

.psp-cards {
  display: flex;
  gap: 30px;
}

.psp-card {
  background: inherit;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.09);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  width: 30%;
}

.psp-card h4 , .psp-card p{
  /*margin-top: 4px;
  /*margin-right: 4px;
  /*margin-bottom: 4px;
  /*font-size: 25px; */
    margin-bottom: unset;
}

/*.psp-card p {
  /*font-size: 13px;
  /*color: #6c7a89;
  /*margin: 3px 0;
}*/

.psp-price {
  font-size: 18px;
  font-weight: bold;
}

/*.psp-card small {
  /*font-size: 12px;
  /*color: #7f8c8d;
/*}

/*.psp-card .psp-btn {
  /*display: inline-block;
  /*margin-top: 15px;
 /* background: inherit;
 /* color: inherit;
 /* text-decoration: none;
 /* border: none;
 /* padding: 10px 14px;
 /*border-radius: 6px;
 /* cursor: pointer;
 /* font-size: 14px;
 /* transition: background 0.2s ease;
 /* text-align: center;
}*/

/*.psp-card .psp-btn:hover {
  /*background: #1669bb;
} */

.psp-category-header {
    display: flex;
    gap: 10PX;
    align-items: center;
    border-bottom: 2px solid #0a66c2;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.entry-content, .psp-category-section{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
small{
    margin-bottom: 10px;
}