.ps-application h4 {
  font-size: 18px;
  font-weight: bold;
  color: #354b54;
}

.ps-application h6 {
  font-size: 16px;
  font-weight: bold;
  color: #f07e25;
}

.ps-application .img-fluid {
  max-height: 200px;
}

.ps-jury h6 {
  font-size: 14px;
}

.ps-submitted {
  border: 1px solid #354b54;
  border-radius: 8px;
  padding: 20px 10px;
  text-align: center;
  background-color: #BECAD1;
}

.ps-submitted i {
  display: block;
  font-size: 40px;
  color: green;
  margin-bottom: 10px;
}

.ps-submitted strong {
  display: block;
  font-size: 20px;
  color: #354b54;
}
