.event-cards{
  max-width: 1040px;
  gap: 18px;
  border: 0;
  background: transparent;
  overflow: visible;
}

.event-cards article{
  min-height: 342px;
  padding: 46px 42px 38px;
  border: 1px solid rgba(137, 68, 78, .17);
  border-radius: 12px;
  background: rgba(255, 252, 249, .62);
  box-shadow: 0 10px 34px rgba(91, 56, 51, .035);
}

.event-cards article > i{
  width: 56px !important;
  height: 56px !important;
  margin-bottom: 20px;
  border: 1px solid rgba(137, 68, 78, .08);
  background: rgba(139, 45, 56, .065) !important;
  color: #9e3945 !important;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px !important;
  font-weight: 400;
}

.event-cards article > span{
  margin-bottom: 6px;
  color: #a25e67;
  font-size: 11px;
  letter-spacing: .12em;
}

.event-cards h3{
  margin: 7px 0 12px;
  color: #684a4b;
  font-size: 30px;
  line-height: 1.1;
}

.event-cards p{
  min-height: 76px;
  margin: 0;
  color: #77615e;
  font-size: 17px;
  line-height: 1.55;
}

.event-cards article > b{
  margin: 18px 0;
  color: #755a57;
  font-size: 15px;
  font-weight: 400;
}

.event-cards article > div{
  margin-top: auto;
}

.event-cards a,
.event-cards button{
  min-width: 138px;
  padding: 10px 20px;
  border: 1px solid rgba(139, 45, 56, .34);
  border-radius: 7px;
  background: rgba(255, 255, 255, .55);
  color: #70484a;
  font-size: 15px;
  transition: background .25s, border-color .25s, transform .25s;
}

.event-cards a:hover,
.event-cards button:hover{
  border-color: rgba(139, 45, 56, .58);
  background: #fff;
  transform: translateY(-1px);
}

.event-cards > img:first-child{
  width: 108px !important;
  top: 0 !important;
  filter: drop-shadow(0 5px 8px rgba(73, 40, 38, .08));
}

.event-cards > img:nth-child(2){
  width: 172px !important;
  filter: drop-shadow(0 8px 10px rgba(73, 40, 38, .1));
}

@media (max-width: 700px){
  .event-cards{gap: 12px}
  .event-cards article{min-height: 0;padding: 38px 24px 32px}
  .event-cards p{min-height: 0}
  .event-cards > img:nth-child(2){display:none}
}
