/* date container */
.card.card-event {
  border-radius: 30px;

  img {
    border-radius: 30px;
  }

  .card-calendar {
    color: #161D2D;
    background-color: #E9F0ED;
    border-radius: 20px;
    top: 10px;
    right: 10px;

    .card-day {
      font-weight: 300;
    }
  }
}
