.application-deadline-block {
  display: flex;
  justify-content: space-between;
  background-color: #003366; /* Background similar to your example */
  color: white;
  padding: 20px;
  border-radius: 8px;
}

.deadline-info {
  max-width: 60%;
}


.deadline-dates {
  border-left: lightblue 1px solid;
  padding: 0 0 0 3em;
}

.deadline-dates h3 {
  color: #83b0f7;
  font-size: 1.7em;
}

.deadline-dates p {
  font-size: 1em;
  line-height:1em;
}

.deadline-info h3 {
  color: white;
}

a.academic-calendar-link {
  color: white;
}