.eventteaser_container {
  padding: 0px 10px;
  margin-top: 75px;
  margin-bottom: 75px;
}

.eventteaser_container .main_content {
    display: block;
    margin: auto;
}

.eventteaser_container.wide .main_content {
    max-width: 1150px;
}

.eventteaser_headline {
  font-family: "Montserrat-SemiBold";
  font-size: 40px;
  line-height: 48px;
  font-weight: normal;
  letter-spacing: 0.2px !important;
  text-transform: uppercase;
}

.eventteaser_content {
  font-family: "Montserrat-Light" !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 20px;
}

.ep_container {
  display: inline-grid;
  grid-template-columns: 32.5% 32.5% 32.5%;
  gap: 20px;
}

.ep_single_event {
  display: inline-flex;
}

.ep_single_event_date {
  padding: 10px;
  border: 1px solid #e1e1e1;
  text-align: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 15px;
}

.ep_single_event_date_day {
  font-size: 24px;
  font-family: 'Montserrat-SemiBold';
}

.ep_single_event_date_month {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 14px;
}

.ep_single_event_headline {
  text-transform: uppercase;
  color: #0d7093;
  font-size: 16px;
  font-family: 'Montserrat-SemiBold';
}

.ep_single_event_title {
  margin-bottom: 10px;
}

.ep_single_event_title a {
  font-size: 20px;
  font-family: 'Montserrat-SemiBold';
  color: #333;
  text-decoration: none;
}

.eventteaser_button {
  position: relative;
  text-align: right;
  bottom: 0;
  display: block;
  margin-top: 25px;
  font-family: 'Montserrat-SemiBold';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0d6f93;
}

.eventteaser_button::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #0D7093;
  border-top: 2px solid #0D7093;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: -5px;
  margin-right: 10px;
}

.eventteaser_button:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 870px) {
  .ep_container {
    grid-template-columns: 100%;
    gap: 30px;
  }
}
