.btn-primary-action {
  background-color: #003c78;
}
.btn-primary-action:hover {
  background-color: #003c78;
}

.header-registration .event-title {
  width: 250px;
  margin-left: 20px;
  padding: 0 30px;
  color: #003c78;
  font-family: Montserrat, sans-serif;
  border-left: 1px solid #003c78;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}

.header-registration i {
  color: #003c78;
}

.btn-calendar {
  padding: 0 20px;
  height: 30px;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  border: 2px solid #003c78;
  background-color: white;
  color: #003c78;
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
}


.workshop__description {
        font-size: 12px !important;
    }

.workshop__time {
    font-size: 18px !important;
    }

